Skip to content

Commit

Permalink
feat : Redis를 사용하기 위해 build.gradle 수정 (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
sungjindev committed Feb 13, 2024
1 parent cf4e681 commit d192bbe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ dependencies {
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.0.2'
}

//Redis를 사용하기 위해 추가
implementation 'org.springframework.boot:spring-boot-starter-data-redis'

}

test {
Expand Down

0 comments on commit d192bbe

Please sign in to comment.