Skip to content

Commit

Permalink
#82 fix : redis 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
rivkode committed Apr 29, 2024
1 parent 5850c51 commit 1ddd58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'

// redis
implementation 'org.springframework.boot:spring-boot-starter-data-redis'
// implementation 'org.springframework.boot:spring-boot-starter-data-redis'

//security
// implementation 'org.springframework.boot:spring-boot-starter-oauth2-client'
Expand Down

0 comments on commit 1ddd58a

Please sign in to comment.