Spring Boot Cache 사용하기
2023-12-10 14:49

Spring Boot Cache 사용하기

사전 준비
starter를 사용하여 프로젝트를 생성할 때 Spring Cache Abstraction을 추가해준다.
build.gradle에 아래 의존성이 추가된다.
implementation 'org.springframework...
cache
cacheable
spring boot cache
000

댓글