Skip to content

Commit 826c96f

Browse files
committed
gradle sib
1 parent c0883c4 commit 826c96f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ dependencies {
3737
runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.11.5'
3838
runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.11.5'
3939
implementation 'org.springframework.boot:spring-boot-starter-validation'
40-
implementation 'com.h2database:h2' // DB 정보 저장용 디펜던시
40+
41+
4142
implementation 'org.springframework.boot:spring-boot-starter-data-redis'
4243
implementation 'org.apache.commons:commons-pool2'
4344

0 commit comments

Comments
 (0)