mirror of
https://github.com/jht5945/springbootswaggersample.git
synced 2025-12-28 02:20:05 +08:00
21 lines
595 B
JSON
21 lines
595 B
JSON
{
|
|
"project": {
|
|
"name": "springbootswaggersample",
|
|
"main": "me.hatter.sample.springbootswagger.Application",
|
|
"archiveName": "sprintbootswaggersample"
|
|
},
|
|
"java": "1.8",
|
|
"builder": {
|
|
"name": "gradle",
|
|
"version": "3.1"
|
|
},
|
|
"repo": {
|
|
"dependencies": [
|
|
"org.springframework.boot:spring-boot-starter:1.3.2.RELEASE",
|
|
"org.springframework.boot:spring-boot-starter-web:1.3.2.RELEASE",
|
|
"io.springfox:springfox-swagger2:2.2.2",
|
|
"io.springfox:springfox-swagger-ui:2.2.2"
|
|
]
|
|
}
|
|
}
|