原文:Swagger2 Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException报错

报错信息: Failed to start bean documentationPluginsBootstrapper nested exception is java.lang.NullPointerException 我是springboot版本 . . 主要是版本更新的问题,再配置类中加上 spring.mvc.pathmatch.matching strategy ant path mat ...

2022-04-01 17:33 0 1242 推荐指数:

查看详情

Swagger 报错 Failed to start bean 'documentationPluginsBootstrapper'

错误原因: 可能是版本不匹配造成,我的 spring boot 是 2.6.0 而 spring cloud 版本需要这样对照, 不能进行降级, 所以这样配置. pom依赖 启动类: 这样配置可能会造成 swagger 的 ui 页面无法打开所以需要下面配置,这个是在 https ...

Thu Dec 09 00:38:00 CST 2021 0 737
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM