Added another bootJar manifest configuration example commented out

This commit is contained in:
hyapit 2018-04-04 22:13:29 -07:00
parent 759a2d1eed
commit 858f83a3de
1 changed files with 9 additions and 0 deletions

View File

@ -36,4 +36,13 @@ springBoot {
bootJar {
// This is overridden by the mainClassName in springBoot{} and added here for reference purposes.
mainClassName = 'org.baeldung.DemoApplication'
// This block serves the same purpose as the above thus commented out. Added here for reference purposes
// manifest {
// attributes 'Start-Class': 'org.baeldung.DemoApplication'
// }
}
bootJar {
}