Fix package name of web-ui sample
Closes gh-3588
This commit is contained in:
committed by
Stephane Nicoll
parent
3b5fa5a6a3
commit
8960b88020
@@ -23,7 +23,7 @@ apply plugin: 'eclipse'
|
||||
apply plugin: 'idea'
|
||||
apply plugin: 'spring-boot'
|
||||
|
||||
mainClassName = "sample.ui.SampleWebUiApplication"
|
||||
mainClassName = "sample.web.ui.SampleWebUiApplication"
|
||||
|
||||
springBoot {
|
||||
classifier = 'exec'
|
||||
|
||||
Reference in New Issue
Block a user