Skip to content

Commit 4992a55

Browse files
authored
Merge pull request #10 from MT-TEAM-Org/epic/kafkachat
fix: p6spy stop for a while
2 parents aa05f14 + 342eae5 commit 4992a55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ dependencies {
4646
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
4747

4848
// P6Spy 의존성 추가
49-
implementation 'p6spy:p6spy:3.9.1'
50-
implementation 'com.github.gavlyukovskiy:datasource-decorator-spring-boot-autoconfigure:1.9.0'
49+
//implementation 'p6spy:p6spy:3.9.1'
50+
//implementation 'com.github.gavlyukovskiy:datasource-decorator-spring-boot-autoconfigure:1.9.0'
5151

5252
// h2 database
5353
runtimeOnly 'com.h2database:h2'

0 commit comments

Comments
 (0)