We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0883c4 commit 826c96fCopy full SHA for 826c96f
build.gradle
@@ -37,7 +37,8 @@ dependencies {
37
runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.11.5'
38
runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.11.5'
39
implementation 'org.springframework.boot:spring-boot-starter-validation'
40
- implementation 'com.h2database:h2' // DB 정보 저장용 디펜던시
+
41
42
implementation 'org.springframework.boot:spring-boot-starter-data-redis'
43
implementation 'org.apache.commons:commons-pool2'
44
0 commit comments