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 df44c0d commit 29703ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
annotationProcessor "jakarta.persistence:jakarta.persistence-api"

runtimeOnly 'com.mysql:mysql-connector-j'
testCompileOnly 'com.h2database:h2'

testImplementation 'com.h2database:h2'

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

0 comments on commit 29703ae

Please sign in to comment.