Skip to content

Commit

Permalink
Executable Jar 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
knukdy16 committed Nov 26, 2021
1 parent db8d4d2 commit 54f01e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions SpringBoot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ repositories {
mavenCentral()
}

jar {
manifest {
attributes 'Main-Class': 'cse.knu.cdp1.MmsApplication'
}
}

dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.1.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.1.0'
Expand Down

0 comments on commit 54f01e1

Please sign in to comment.