Springboot2.6-7不兼容swagger3.0.0问题

作者: gavin 分类: Java,Java 基础 发布时间: 2022-02-07 20:09

记录下 Springboot2.6-7不兼容swagger3.0.0问题

spring5支持PathMatchConfigurer导致

Failed to start bean ‘documentationPluginsBootstrapper

启动报错解决方案1:

appliaction.yml  添加配置

spring:
  mvc:
     pathmatch:
          matching-strategy: ant_path_matcher

出处内容更多,但时间操作中加了这一句就可以了

来源:

https://blog.csdn.net/zengwenbo225566/article/details/122729202

https://blog.csdn.net/WNX10086/article/details/122531094