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 作为替换
posted @ 2021-12-24 11:55  那个吧..你懂的!  阅读(370)  评论(0编辑  收藏  举报