io.springfox
springfox-boot-starter
3.0.0
在application.yml配置文件里配置
spring: mvc: pathmatch: matching-strategy: ant_path_matcher访问swagger-ui地址是 http://自己的ip:端口号/swagger-ui/index.html

io.springfox
springfox-boot-starter
3.0.0
在application.yml配置文件里配置
spring: mvc: pathmatch: matching-strategy: ant_path_matcher访问swagger-ui地址是 http://自己的ip:端口号/swagger-ui/index.html