Skip to content

Commit

Permalink
chore: Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
yooniicode authored Feb 13, 2025
1 parent 2705d79 commit 391ce9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ group = 'com.edison'
version = '0.0.1-SNAPSHOT'
sourceCompatibility = '17'

springBoot {
mainClass = 'com.edison.project.ProjectApplication' // 실행할 Main 클래스
}

bootJar {
mainClass = 'com.edison.project.ProjectApplication'
}
Expand Down

0 comments on commit 391ce9a

Please sign in to comment.