Skip to content

Commit 4d9460c

Browse files
committed
feat: 농가거래 파트로 기능 전환
1 parent 7d9a3b0 commit 4d9460c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dependencies {
5656
// Database
5757
runtimeOnly("com.mysql:mysql-connector-j")
5858
implementation("org.springframework.boot:spring-boot-starter-data-redis")
59-
implementation ("com.github.gavlyukovskiy:p6spy-spring-boot-starter:1.9.0")
59+
// implementation ("com.github.gavlyukovskiy:p6spy-spring-boot-starter:1.9.0")
6060
// Jwt
6161
implementation("io.jsonwebtoken:jjwt-api:0.11.2")
6262
runtimeOnly("io.jsonwebtoken:jjwt-impl:0.11.2")

0 commit comments

Comments
 (0)