Skip to content

Commit 8ea6b99

Browse files
committed
Merge pull request spring-projects#3588 from justingarrick/fix-web-ui-sample
* pr/3588: Remove unnecessary mainClassName Fix package name of web-ui sample
2 parents 3b5fa5a + 7c3cdea commit 8ea6b99

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

spring-boot-samples/spring-boot-sample-web-static/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ apply plugin: 'idea'
2222
apply plugin: 'spring-boot'
2323
apply plugin: 'war'
2424

25-
mainClassName = "sample.ui.SampleWebStaticApplication"
26-
2725
war {
2826
baseName = 'spring-boot-sample-web-static'
2927
version = '0.0.0'

spring-boot-samples/spring-boot-sample-web-ui/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ apply plugin: 'eclipse'
2323
apply plugin: 'idea'
2424
apply plugin: 'spring-boot'
2525

26-
mainClassName = "sample.ui.SampleWebUiApplication"
27-
2826
springBoot {
2927
classifier = 'exec'
3028
}

0 commit comments

Comments
 (0)