반응형 rmi1 SpringBoot EhCache JavaConfig설정 1. pom.xml 설정 org.springframework.boot spring-boot-starter-cache net.sf.ehcache ehcache 2.10.6 2. Cache Config 설정 @EnableCaching @Configuration public class CacheConfig { @Bean public EhCacheCacheManager ehCacheCacheManager() { net.sf.ehcache.config.Configuration configuration = new net.sf.ehcache.config.Configuration(); // path는 DiskStoreConfiguration 클래스의 ENV enum 참조하거나 PhysicalPath로 설정 config.. 2022. 1. 11. 이전 1 다음 반응형