springboot 启动报错 Failed to introspect annotated methods on class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
解决:xml文件中替换 provided to compile and it worked!!.
SpringBoot启动错误解决:将provided改为compile
本文介绍了在SpringBoot项目启动时遇到的'Failed to introspect annotated methods on class org.springframework.boot.web.servlet.support.SpringBootServletInitializer'错误的解决方法。问题根源在于XML配置文件中,将提供的依赖类型从provided更改为compile,修改后问题得到解决。
springboot 启动报错 Failed to introspect annotated methods on class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
解决:xml文件中替换 provided to compile and it worked!!.
5686
7548
9万+

被折叠的 条评论
为什么被折叠?