您的位置:首页 > 编程语言 > Java开发

Springfox

2016-08-03 00:00 253 查看
摘要: ApiDoc接口文档

官网地址:http://springfox.github.io/springfox/

build.gradle

dependencies {
compile('org.springframework.boot:spring-boot-starter')
testCompile('org.springframework.boot:spring-boot-starter-test')
compile 'io.springfox:springfox-swagger-ui:2.5.0'
compile "io.springfox:springfox-swagger2:2.5.0"
compile('org.springframework.boot:spring-boot-starter-web')
}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  Springfox Springboot