Skip to content

Commit

Permalink
chore: SchoolFestivalsV1CacheInvalidateScheduler 패키지 위치 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
seokjin8678 committed Apr 16, 2024
1 parent f52187c commit 115c9eb
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
package com.festago.school.infrastructure;
package com.festago.school.application.v1;

import com.festago.common.cache.CacheInvalidator;
import com.festago.school.application.v1.SchoolFestivalsV1QueryService;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Component;

@Component
@RequiredArgsConstructor
@Slf4j
public class SchoolFestivalsV1CacheInvalidateScheduler {

private final CacheInvalidator cacheInvalidator;
Expand Down

0 comments on commit 115c9eb

Please sign in to comment.