728x90 반응형 Study364 Apache Ant 보호되어 있는 글 입니다. 2020. 2. 11. Spring을 이용해 간단한 스케쥴러 만들기 더보기 - spring version : 3.1.1 1.root-context.xml에 Setting 2. root-context.xml에 더하기 위 설정을 잡아두면 다음으로 xml설정 잡은 것처럼 패키지 생성을 맞추기 3. 스케쥴러 코드 작성 package com.studydy.dayoon; import org.springframework.scheduling.annotation.Scheduled; import org.springframework.stereotype.Component; @Component public class Scheduler { /** * 1. 오후 05:50:00에 호출이 되는 스케쥴러 */ @Scheduled(cron = "0 18 16 * * *") public void cron.. 2020. 2. 6. 배열을 문자열(String)로 변환 보호되어 있는 글 입니다. 2020. 2. 6. 정규 표현식 기본 문법 정리 보호되어 있는 글 입니다. 2020. 2. 6. 이전 1 ··· 84 85 86 87 88 89 90 91 다음 728x90 반응형