You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: 미션 생성 및 학습 로그 생성 시 각 스탬프 필드가 업데이트 되지 않는 문제 해결(#107)
* refactor: 미션 생성 시, STAMPS 캐시를 무효화할 수 있도록 @CacheEvict(cacheNames = STAMPS) 어노테이션 추가
* refactor: 학습 로그 생성 시, STAMP, STAMPS 캐시를 무효화할 수 있도록 @CacheEvict(cacheNames = STAMP), @CacheEvict(cacheNames = STAMPS) 어노테이션 추가
0 commit comments