解决IDEA报错Failed to start bean‘documentationPluginsBootstrapper‘问题
目录
- IDEA报错Failed to start bean‘documentationPluginsBootstrapper‘
- 问题
- 分析
- 解决
- IDEA常见报错及解决梳理
- 总结
IDEA报错Failed to start bean‘documentationPluginsBootstrapper‘
在使用IDEA做项目时使用了Swagger进行接口文档的处理。
swagger 使用的版本为2.9.2,Springboot版本是2.6.2
问题
启动项目后发生了以下核心报错:
Failed CvrAJcqto start bean 'documentationPluginsBootstrapper'; nested exception is Java.lang.NullPointerException
分析
网上各种解决方案皆为降低swagger版本或者降低Springboot版本,虽然有一定道理,但是实际上并不需要降低版本,发生这个问题的关键在于
Springboot高版本更改了以前的默认配置(此处由于本人水平有限,说的不够明确,但无需在意)
解决
在application.properties的配置文件中将其改为原来的方式即可
同时这个也能解决swagger弹http://www.devze.com窗问题
spring.mvc.pathmatch.matching-strategy=ant_path_matcher
IDEA常见报错及解决梳理
1:Error:Cannot determine path topython ‘tools.jar’ library for 16 (/Library/Jav编程客栈a/JavaVirtualMAChines/jdk-16.0.2.jdk/Contents/Home)
找不到16版本的&lphpsquo;tools.jar’文件
总结
以上为个人经验,希望能给大家一个参考,也希望大家多多支持编程客栈(www.devze.com)。
精彩评论