1
0
mirror of https://github.com/jht5945/springbootswaggersample.git synced 2025-12-27 10:00:03 +08:00

init commit

This commit is contained in:
2019-09-13 14:33:40 +08:00
parent c7aeafaa1f
commit 2993820011
6 changed files with 168 additions and 0 deletions

20
build.json Normal file
View File

@@ -0,0 +1,20 @@
{
"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"
]
}
}