Skip to content

Commit

Permalink
chap2 프로젝트 세팅 및 Junit 설정 - #4
Browse files Browse the repository at this point in the history
  • Loading branch information
rladuswl committed Jan 5, 2023
1 parent f70574b commit 571293b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ repositories {
dependencies {
implementation 'org.springframework.boot:spring-boot-starter'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation('org.junit.jupiter:junit-jupiter:5.5.0')
}

tasks.named('test') {
Expand Down

0 comments on commit 571293b

Please sign in to comment.