Commit 5ea26d6
committed
캐싱 시스템 @Cacheable 어노테이션 방식으로 전환
- CacheConfig.kt 생성: @EnableCaching, ConcurrentMapCacheManager 설정
- WeatherService.kt 완전 리팩토링: @Cacheable, @CacheEvict, @scheduled 적용
- WeatherServiceCore.kt 제거: 로직을 WeatherService로 통합
- README.md 업데이트: @Cacheable 방식 상세 가이드 추가1 parent 9bbdd53 commit 5ea26d6
File tree
4 files changed
+573
-411
lines changed- src/main/kotlin/com/back/koreaTravelGuide
- domain/weather/service
- infrastructure/config
4 files changed
+573
-411
lines changed
0 commit comments