1
0
mirror of https://github.com/jht5945/springbootswaggersample.git synced 2025-12-27 10:00:03 +08:00
Files
springbootswaggersample/build.json
2019-09-13 14:33:40 +08:00

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"
]
}
}