We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9803eb commit c79cf99Copy full SHA for c79cf99
api/build.gradle.kts
@@ -25,7 +25,7 @@ dependencyManagement {
25
tasks.bootJar {
26
archiveBaseName.set("embitips") // JAR 이름
27
archiveVersion.set("0.0.1") // 버전
28
- mainClass.set("com.backjoon.MbtipsApplication")
+ mainClass.set("com.baekjoon.MbtipsApplication")
29
}
30
tasks.jar {
31
enabled = false
0 commit comments