추가
@ -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("신문고 신고 폴링 스케쥴러 시작!");