init commit
This commit is contained in:
22
build.json
Normal file
22
build.json
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user