Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException
使用springboot2.6.0后,配置swagger,不論是2.9.2還是3.0.0都報錯
解決方法:配置文件中加入 application.yml
spring:
mvc:
pathmatch:
matching-strategy: ant_path_matcher
Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException
使用springboot2.6.0后,配置swagger,不論是2.9.2還是3.0.0都報錯
解決方法:配置文件中加入 application.yml
spring:
mvc:
pathmatch:
matching-strategy: ant_path_matcher
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。