Skip to content

Commit

Permalink
docs: 테스트 h2 데이터베이스 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeonjaez committed Sep 18, 2024
1 parent 29703ae commit 84dfad0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,8 @@ dependencies {
runtimeOnly 'com.mysql:mysql-connector-j'

testImplementation 'com.h2database:h2'

testImplementation 'org.springframework.boot:spring-boot-starter-test'

testImplementation 'org.springframework.restdocs:spring-restdocs-mockmvc'

testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
}

Expand Down

0 comments on commit 84dfad0

Please sign in to comment.