BAEL-1623 Added an bootJar block in build.gradle

This commit is contained in:
hyapit 2018-04-03 16:24:19 -07:00
parent d7899b6626
commit 759a2d1eed
1 changed files with 5 additions and 0 deletions

View File

@ -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'
}