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 作为替换