Skip to content

Commit

Permalink
[chore] redis 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
oosedus committed Aug 26, 2024
1 parent dee832d commit ba60bc4
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 @@ -32,6 +32,9 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-actuator'
runtimeOnly 'com.mysql:mysql-connector-j'

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

// s3
implementation 'org.springframework.cloud:spring-cloud-starter-aws:2.2.6.RELEASE'
}
Expand Down

0 comments on commit ba60bc4

Please sign in to comment.