Skip to content

Commit

Permalink
add :: redis에 정적으로 캐시 저장소가 만들어지게 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
Umjiseung committed Sep 5, 2024
1 parent 1e03118 commit d04c3c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ spring:
password: ${DB_PASSWORD}
driver-class-name: ${DB_DRIVER_CLASS}

cache:
type: redis
cache-names:
- Clients
- AcceptedUser

redis:
host: ${REDIS_HOST}
Expand Down

0 comments on commit d04c3c5

Please sign in to comment.