Skip to content

Commit

Permalink
refactor: api test db 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
olivejua committed Sep 23, 2024
1 parent 8b0b244 commit 0b40f62
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dependencies {
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.restdocs:spring-restdocs-webtestclient'
testRuntimeOnly 'com.h2database:h2'
}

ext {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
spring:
application:
name: core
h2:
console:
enabled: true
Expand Down
1 change: 0 additions & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.3'
testImplementation 'org.mockito:mockito-core:5.12.0'
testImplementation 'org.assertj:assertj-core:3.24.2'
testRuntimeOnly 'com.h2database:h2'
}

test {
Expand Down

0 comments on commit 0b40f62

Please sign in to comment.