Skip to content

Commit

Permalink
feat: 농가거래 파트로 기능 전환
Browse files Browse the repository at this point in the history
  • Loading branch information
dldmsql committed Aug 18, 2024
1 parent 7d9a3b0 commit 4d9460c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies {
// Database
runtimeOnly("com.mysql:mysql-connector-j")
implementation("org.springframework.boot:spring-boot-starter-data-redis")
implementation ("com.github.gavlyukovskiy:p6spy-spring-boot-starter:1.9.0")
// implementation ("com.github.gavlyukovskiy:p6spy-spring-boot-starter:1.9.0")
// Jwt
implementation("io.jsonwebtoken:jjwt-api:0.11.2")
runtimeOnly("io.jsonwebtoken:jjwt-impl:0.11.2")
Expand Down

0 comments on commit 4d9460c

Please sign in to comment.