Failed to start bean 'documentationPluginsBootstrapper' 启动报错

这个报错是spring-boot 2.6以上版本和 springfox-swagger 3.0.0 的兼容性问题

解决方法:

  • 降级 springboot 到 2.5.X 及以下版本
  • 在 spring 配置文件中配置中: spring.mvc.pathmatch.matching-strategy=ant_path_matcher
  • 不过springfox 这个 bug 持续了很久,团队并没有解决.因此建议大家是用 spring doc 作为替换
上一篇:springboot和swagger2冲突 Swagger-ui/index.html 404 解决


下一篇:SpringBoot集成与配置Swagger2