Added another bootJar manifest configuration example commented out
This commit is contained in:
parent
759a2d1eed
commit
858f83a3de
|
@ -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 {
|
||||
|
||||
}
|
Loading…
Reference in New Issue