Skip to content

Commit 36f078f

Browse files
committed
[FIX] mainClass 명시
1 parent 3aba868 commit 36f078f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ dependencies {
8888
// Spring Boot Test
8989
testImplementation 'org.springframework.boot:spring-boot-starter-test'
9090
}
91+
92+
springBoot {
93+
mainClassName = 'com.example.ai_tutor.AiTutorApplication'
94+
}
9195
test {
9296
testLogging {
9397
events "passed", "skipped", "failed"

0 commit comments

Comments
 (0)