Failed to start bean 'documentationPluginsBootstrapper';
今天使用springboot整合swagger遇到的问题特此记录一下
百度了一下有的说降版本可以解决
我的SpringBoot2.6.5的,引发了这个bug
还有一种解决方法是在配置文件里加一条spring.mvc.pathmatch.matching-strategy=ant_path_matcher可解决

今天使用springboot整合swagger遇到的问题特此记录一下
百度了一下有的说降版本可以解决
我的SpringBoot2.6.5的,引发了这个bug
还有一种解决方法是在配置文件里加一条spring.mvc.pathmatch.matching-strategy=ant_path_matcher可解决
