Skip to content

Commit

Permalink
[Refactor] 학사일정 크롤링 리눅스 문제로 인한 정지
Browse files Browse the repository at this point in the history
  • Loading branch information
hen715 committed Apr 14, 2024
1 parent 9736a0d commit 1e818f8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class ScheduleService {
private String installPath;


@PostConstruct
/*@PostConstruct
@Transactional
public void initSchedule() throws InterruptedException {
crawlingSchedule();
Expand All @@ -40,7 +40,7 @@ public void initSchedule() throws InterruptedException {
@Transactional
public void renewalSchedule() throws InterruptedException {
crawlingSchedule();
}
}*/

@Transactional
public void crawlingSchedule() throws InterruptedException {
Expand Down

0 comments on commit 1e818f8

Please sign in to comment.