@@ -46,7 +46,7 @@ public class CacheService {
public void clearCollectionList() {
}
- @Scheduled(cron = "1 0 0 ? * 2")
+ @Scheduled(cron = "0 0 0 ? * MON")
@CacheEvict(value = "weekTop", allEntries = true)
public void clearWeekTop() {