1234567891011121314
--启动类添加注解--@EnableSwagger2--添加依赖--<dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> <version>2.7.0</version></dependency><dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger-ui</artifactId> <version>2.7.0</version></dependency>
启动后访问地址 http://localhost:8060/swagger-ui.html
Jmeow
Developer
Moon, Solar System
文章
46
分类
10
标签
16
Update your browser to view this website correctly. Update my browser now
×