init commit

This commit is contained in:
2021-11-14 00:34:04 +08:00
parent 66207f84e8
commit b1577a60e1
9 changed files with 227 additions and 52 deletions

22
build.json Normal file
View File

@@ -0,0 +1,22 @@
{
"project": {
"name": "spring-boot-sample",
"main": "me.hatter.sample.Application",
"archiveName": "spring-boot-sample"
},
"application": false,
"java": "1.8",
"builder": {
"name": "gradle",
"version": "4.10"
},
"repo": {
"dependencies": [
"me.hatter:commons:3.0",
"org.springframework.boot:spring-boot-starter-web:2.3.12.RELEASE"
],
"testDependencies": [
"junit:junit:4.12"
]
}
}