BAEL-1623 Added an bootJar block in build.gradle
This commit is contained in:
parent
d7899b6626
commit
759a2d1eed
|
@ -31,4 +31,9 @@ dependencies {
|
|||
|
||||
springBoot {
|
||||
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