인기 콘텐츠, 큐레이션 조회로직에 Cache 적용

This commit is contained in:
2023-10-17 16:15:52 +09:00
parent 567c51f6a2
commit cd4b165f90
4 changed files with 50 additions and 0 deletions

View File

@@ -73,6 +73,8 @@ spring:
multipart:
max-file-size: 1024MB
max-request-size: 1024MB
cache:
type: redis
---
spring:
config: