报错信息:
Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException
我是springboot版本 2.6.5
主要是版本更新的问题,再配置类中加上
spring.mvc.pathmatch.matching-strategy=ant_path_matcher
即可解决
报错信息:
Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException
我是springboot版本 2.6.5
主要是版本更新的问题,再配置类中加上
spring.mvc.pathmatch.matching-strategy=ant_path_matcher
即可解决
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。