23 lines
522 B
JSON
23 lines
522 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|