Skip to content

Commit 05f039c

Browse files
authored
.
1 parent c6d108c commit 05f039c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ dependencies {
1919
}
2020
}
2121

22+
springBoot {
23+
mainClassName = 'com.sample.SampleApplication.java'
24+
}
2225
test {
2326
useJUnitPlatform()
2427
}

0 commit comments

Comments
 (0)