org.springframework.beans.factory.BeanDefinitionStoreException: Failed to parse configuration class [com.SpringbootSchemaApplication]; nested exception is java.lang.IllegalStateException: Failed to introspect annotated methods on class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
报错提示你将一个应该在方法上使用的注解用到了类上,
检查你的启动类上的注解。
检查应用程序的配置文件,确保没有任何拼写错误或语法错误。
检查应用程序的代码,确保没有任何错误的注解或配置。
检查应用程序的依赖项,确保所有的依赖项的版本和兼容性都正确。
尝试清除并重新构建应用程序,以解决任何潜在的构建问题。