We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa05f14 + 342eae5 commit 4992a55Copy full SHA for 4992a55
build.gradle
@@ -46,8 +46,8 @@ dependencies {
46
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
47
48
// P6Spy 의존성 추가
49
- implementation 'p6spy:p6spy:3.9.1'
50
- implementation 'com.github.gavlyukovskiy:datasource-decorator-spring-boot-autoconfigure:1.9.0'
+ //implementation 'p6spy:p6spy:3.9.1'
+ //implementation 'com.github.gavlyukovskiy:datasource-decorator-spring-boot-autoconfigure:1.9.0'
51
52
// h2 database
53
runtimeOnly 'com.h2database:h2'
0 commit comments