parent
67cc99111c
commit
6175c4210d
@ -0,0 +1,13 @@
|
||||
plugins {
|
||||
id 'org.springframework.boot'
|
||||
id 'org.springframework.boot.aot'
|
||||
id 'java'
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
springBoot {
|
||||
mainClass = 'com.example.Main'
|
||||
}
|
Loading…
Reference in New Issue