diff --git a/src/main/java/kr/inuappcenterportal/inuportal/service/ScheduleService.java b/src/main/java/kr/inuappcenterportal/inuportal/service/ScheduleService.java index 8b564cb..935c4ab 100644 --- a/src/main/java/kr/inuappcenterportal/inuportal/service/ScheduleService.java +++ b/src/main/java/kr/inuappcenterportal/inuportal/service/ScheduleService.java @@ -31,7 +31,7 @@ public class ScheduleService { private String installPath; - @PostConstruct + /*@PostConstruct @Transactional public void initSchedule() throws InterruptedException { crawlingSchedule(); @@ -40,7 +40,7 @@ public void initSchedule() throws InterruptedException { @Transactional public void renewalSchedule() throws InterruptedException { crawlingSchedule(); - } + }*/ @Transactional public void crawlingSchedule() throws InterruptedException {