Skip to content

Commit

Permalink
Merge pull request #5 from dev-hooon/chore/#3/test-container-setting
Browse files Browse the repository at this point in the history
chore : test container 의존성 추가
  • Loading branch information
hyun2371 authored Dec 21, 2023
2 parents c5f193d + 872ff14 commit 03c1b9b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.security:spring-security-test'

//test contrainer
testImplementation "org.testcontainers:testcontainers:1.19.2"
testImplementation "org.testcontainers:junit-jupiter:1.19.2"
testImplementation "org.testcontainers:mysql:1.19.2"
testImplementation 'org.testcontainers:jdbc:1.18.3'

// RestDocs
asciidoctorExt 'org.springframework.restdocs:spring-restdocs-asciidoctor'
testImplementation 'org.springframework.restdocs:spring-restdocs-mockmvc'
Expand Down

0 comments on commit 03c1b9b

Please sign in to comment.