项目中存在spring-boot-starter-actuator依赖
降级到 springboot 2.6.0 以下版本修改 springfox 版本(目前只有 3.0.0 版本,等新版本或用其他技术替换) 项目中不存在spring-boot-starter-actuator依赖
配置文件中加入
spring.mvc.pathmatch.matching-strategy=ant_path_matcher

项目中存在spring-boot-starter-actuator依赖
降级到 springboot 2.6.0 以下版本修改 springfox 版本(目前只有 3.0.0 版本,等新版本或用其他技术替换) 项目中不存在spring-boot-starter-actuator依赖
配置文件中加入
spring.mvc.pathmatch.matching-strategy=ant_path_matcher