feat : main에 @EnableScheduling

추가
master
Kurt92 5 months ago
parent 30fa06df4f
commit f2eea6165d

@ -34,7 +34,7 @@ public class SinmungoInOutScheduler {
// esb에이전트 xml파일 읽기
@Scheduled(fixedRate = 1 * 60 * 1000) // 10분
@Scheduled(fixedRate = 10 * 60 * 1000) // 10분
public void sinmungoInOutScheduler() throws IOException {
try{
log.info("신문고 신고 폴링 스케쥴러 시작!");

Loading…
Cancel
Save