目录
一、遇到问题
二、解决办法
方法一
方法二
方法二中导入依赖报错的解决方案
一、遇到问题
在往springboot项目里面添加swagger时候,启动的时候就报了如下null了的错误
遇到问题的报错提示:
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2023-04-26 01:00:46.747 ERROR 21660 --- [ main] o.s.boot.SpringApplication : Application run failedorg.springframework.context.ApplicationContextException: Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException
at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:181) ~去掉版本]
at org.springframework.context.support.DefaultLifecycleProcessor.access$200(DefaultLifecycleProcessor.java:54) ~[去掉版本]
at org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup.start(DefaultLifecycleProcessor.java:356) ~[去掉版本]
at java.lang.Iterable.forEach(Iterable.java:75) ~[na:1.8.0_352]
at org.springframework.context.support.DefaultLifecycleProcessor.startBeans(DefaultLifecycleProcessor.java:155) ~[去掉版本]
at org.springframework.context.support.DefaultLifecycleProcessor.onRefresh(DefaultLifecycleProcessor.java:123) ~[s去掉版本]
at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:937) ~[去掉版本]
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:586) ~[去掉版本]
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147) ~[去掉版本]
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:731) [去掉版本]
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:408) [去掉版本]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:307) [去掉版本]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1303) [去掉版本]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1292) [去掉版本]
at com.computer.springboot.SpringbootApplication.main(SpringbootApplication.java:19) [classes/:na]
Caused by: java.lang.NullPointerException: null
二、解决办法
方法一
在springboot启动类上面加上这个@EnableWebMvc
方法二
把springboot版本降为2.6以下
ps:我降为2.5.9,如果导入依赖有错误,请看后续的解决方法
方法二中导入依赖报错的解决方案
报错信息
报错解决
把提示MySQL依赖导入报错的换成下面这样,不行就再给mysql指定具体的版本,一般8点多的版本
这样问题就解决了
有什么问题都可以评论区留言,看见都会回复的
点赞收藏评论,当然也可以点击文章底部的红包或者订阅给文章创作支持一下了。抱拳了!