Added another bootJar manifest configuration example commented out
This commit is contained in:
parent
759a2d1eed
commit
858f83a3de
@ -36,4 +36,13 @@ springBoot {
|
|||||||
bootJar {
|
bootJar {
|
||||||
// This is overridden by the mainClassName in springBoot{} and added here for reference purposes.
|
// This is overridden by the mainClassName in springBoot{} and added here for reference purposes.
|
||||||
mainClassName = 'org.baeldung.DemoApplication'
|
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…
x
Reference in New Issue
Block a user