BAEL-1623 Added an bootJar block in build.gradle
This commit is contained in:
parent
d7899b6626
commit
759a2d1eed
|
@ -32,3 +32,8 @@ dependencies {
|
||||||
springBoot {
|
springBoot {
|
||||||
mainClassName = 'org.baeldung.DemoApplication'
|
mainClassName = 'org.baeldung.DemoApplication'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bootJar {
|
||||||
|
// This is overridden by the mainClassName in springBoot{} and added here for reference purposes.
|
||||||
|
mainClassName = 'org.baeldung.DemoApplication'
|
||||||
|
}
|
Loading…
Reference in New Issue