We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d9a3b0 commit 4d9460cCopy full SHA for 4d9460c
build.gradle.kts
@@ -56,7 +56,7 @@ dependencies {
56
// Database
57
runtimeOnly("com.mysql:mysql-connector-j")
58
implementation("org.springframework.boot:spring-boot-starter-data-redis")
59
- implementation ("com.github.gavlyukovskiy:p6spy-spring-boot-starter:1.9.0")
+// implementation ("com.github.gavlyukovskiy:p6spy-spring-boot-starter:1.9.0")
60
// Jwt
61
implementation("io.jsonwebtoken:jjwt-api:0.11.2")
62
runtimeOnly("io.jsonwebtoken:jjwt-impl:0.11.2")
0 commit comments