Merge pull request #3588 from justingarrick/fix-web-ui-sample
* pr/3588: Remove unnecessary mainClassName Fix package name of web-ui sample
This commit is contained in:
commit
8ea6b99ed6
|
|
@ -22,8 +22,6 @@ apply plugin: 'idea'
|
|||
apply plugin: 'spring-boot'
|
||||
apply plugin: 'war'
|
||||
|
||||
mainClassName = "sample.ui.SampleWebStaticApplication"
|
||||
|
||||
war {
|
||||
baseName = 'spring-boot-sample-web-static'
|
||||
version = '0.0.0'
|
||||
|
|
|
|||
|
|
@ -23,8 +23,6 @@ apply plugin: 'eclipse'
|
|||
apply plugin: 'idea'
|
||||
apply plugin: 'spring-boot'
|
||||
|
||||
mainClassName = "sample.ui.SampleWebUiApplication"
|
||||
|
||||
springBoot {
|
||||
classifier = 'exec'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue