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:
Stephane Nicoll 2015-07-23 17:37:03 +02:00
commit 8ea6b99ed6
2 changed files with 0 additions and 4 deletions

View File

@ -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'

View File

@ -23,8 +23,6 @@ apply plugin: 'eclipse'
apply plugin: 'idea'
apply plugin: 'spring-boot'
mainClassName = "sample.ui.SampleWebUiApplication"
springBoot {
classifier = 'exec'
}