Fix package name of web-ui sample

Closes gh-3588
This commit is contained in:
Justin Garrick 2015-07-23 10:48:14 -04:00 committed by Stephane Nicoll
parent 3b5fa5a6a3
commit 8960b88020
1 changed files with 1 additions and 1 deletions

View File

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