SpringBoot2.6.x 整合swagger3.0 报错Failed to start bean ‘documentationPluginsBootstrapper‘

   2022-09-01 8

  

原因问题:

  

  这是因为Springfox使用的路径匹配是基于AntPathMatcher的,而Spring Boot 2.6.X使用的是PathPatternMatcher。

  

  
解决:在application.properties里配置:

  

  spring.mvc.pathmatch.matching-strategy=ANT_PATH_MATCHER
?

  

  在yml后缀文件添加或者修改内容:

   mvc: pathmatch: matching-strategy: ant_path_matcher


特别提示:本信息由相关企业自行提供,真实性未证实,仅供参考。请谨慎采用,风险自负。
举报 收藏
相关行情
推荐行情
点击排行
浙ICP备2021030705号-2