報錯信息:
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刪除。