摘要: Profile Config 多环境不同配置 1.添加 Pom 文件 <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> <version>2.9.2</version> < 阅读全文
posted @ 2020-06-20 22:51 VipSoft 阅读(578) 评论(0) 推荐(0)
摘要: http://localhost:8080/swagger-ui.html 弹出: 解决方法:除了SwaggerConfig 上要加@EnableSwagger2 ,启动类上也要加 重启再次访问如下 阅读全文
posted @ 2020-06-20 22:50 VipSoft 阅读(4481) 评论(0) 推荐(0)