0
@Cacheable (org.springframework.cache.annotation.Cacheable)으로 주석 된 메소드를 호출 할 때 다른 (제 3 자) 프로젝트에서 다음 오류가 발생합니다. 주석을 추가하고 문제가 해결되지 내 프로젝트에서 캐싱을 가능하게@Cacheable (org.springframework.cache.annotation.Cacheable) 주석이 붙은 메소드 호출
@Cacheable("usersCache")
@Transactional(readOnly = true)
@Override
다음과 같이
java.lang.IllegalArgumentException: Cannot find cache named 'usersCache' for CacheableOperation[public com.epsilon.amp.infra.model.AuthUser com.epsilon.amp.infra.dao.ContextDao.loadContextUser(java.lang.String,java.lang.String)] caches=[usersCache] | key='' | keyGenerator='' | cacheManager='' | cacheResolver='' | condition='' | unless=''
타사 프로젝트의 방법을 통해 주석이다. 가능성이 잘못되었을 수 있습니까?