Skip to content

Commit d15304a

Browse files
committed
chore: 테스트 환경 h2 DB 의존성 추가
1 parent 1b6fa7e commit d15304a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ dependencies {
4444
developmentOnly 'org.springframework.boot:spring-boot-devtools'
4545
runtimeOnly 'com.oracle.database.jdbc:ojdbc11'
4646
annotationProcessor 'org.projectlombok:lombok'
47+
testImplementation 'com.h2database:h2'
4748
testImplementation 'org.springframework.boot:spring-boot-starter-test'
4849
testImplementation 'org.springframework.security:spring-security-test'
4950
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

0 commit comments

Comments
 (0)