From 1e818f8ac3a636ea1da639b9522630ba63e247e6 Mon Sep 17 00:00:00 2001 From: hen715 Date: Mon, 15 Apr 2024 05:00:59 +0900 Subject: [PATCH] =?UTF-8?q?[Refactor]=20=ED=95=99=EC=82=AC=EC=9D=BC?= =?UTF-8?q?=EC=A0=95=20=ED=81=AC=EB=A1=A4=EB=A7=81=20=EB=A6=AC=EB=88=85?= =?UTF-8?q?=EC=8A=A4=20=EB=AC=B8=EC=A0=9C=EB=A1=9C=20=EC=9D=B8=ED=95=9C=20?= =?UTF-8?q?=EC=A0=95=EC=A7=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inuappcenterportal/inuportal/service/ScheduleService.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {