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: 'spring-boot'
|
||||||
apply plugin: 'war'
|
apply plugin: 'war'
|
||||||
|
|
||||||
mainClassName = "sample.ui.SampleWebStaticApplication"
|
|
||||||
|
|
||||||
war {
|
war {
|
||||||
baseName = 'spring-boot-sample-web-static'
|
baseName = 'spring-boot-sample-web-static'
|
||||||
version = '0.0.0'
|
version = '0.0.0'
|
||||||
|
|
|
||||||
|
|
@ -23,8 +23,6 @@ apply plugin: 'eclipse'
|
||||||
apply plugin: 'idea'
|
apply plugin: 'idea'
|
||||||
apply plugin: 'spring-boot'
|
apply plugin: 'spring-boot'
|
||||||
|
|
||||||
mainClassName = "sample.ui.SampleWebUiApplication"
|
|
||||||
|
|
||||||
springBoot {
|
springBoot {
|
||||||
classifier = 'exec'
|
classifier = 'exec'
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue