전자정부 스케줄링 crontab 설정 티베로에서 postgresql 연계


전자정부 스케줄링 crontab 설정 티베로에서 postgresql 연계

pom.xml 의존성 추가 org.quartz-scheduler quartz 2.3.2 WEB-INF/config/egovframework/springmvc/egov-com-scheduler.xml 파일 생성 org.quartz.simpl.SimpleThreadPool 5 4 org.quartz.simpl.RAMJobStore 60000 egovProps/globals.properties 파일에 스케줄 시간 설정 # 스케줄러 매일 매시 매분 1초에 실행 scheduler.tibero.stat1.cron.expression = 1 * * * * ? 10초마다 실행 scheduler.tibero.stat2.cron.expression = 0/10 * * * * ? TestJobScheduler.java 파일..


원문링크 : 전자정부 스케줄링 crontab 설정 티베로에서 postgresql 연계