반응형
250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Spring Error
- or some instances in your deployment group are experiencing problems.
- SQL
- COALESCE
- AWS CI/CD 구축하기
- aws cicd
- java bigdecimal
- Jenkins
- Python
- Airflow
- bootstrap
- VPN
- Kafka
- codebuild
- Spring
- redis
- docker
- 도커
- chart.js
- Flux
- kubeflow
- chartjs
- codedeploy error
- IntelliJ
- aws
- codepipeline
- JavaScript
- PostgreSQL
- node
- codedeploy
Archives
- Today
- Total
목록스프링 스케쥴러 (1)
Small Asteroid Blog
[Spring] 스케쥴러 사용해 일정주기마다 코드 실행하기
스케쥴러를 사용해 일정 주기마다 코드를 실행시키고자 한다 servlet-context.xml 에서 아래 두 줄을 추가한다. xmlns:task="http://www.springframework.org/schema/task" xsi:schemaLocation= "http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task-3.1.xsd" xsi:schemaLocation 의 경우 이미 적혀 있는 곳에서 http만 추가해주면된다. 결과 servlet-context.xml 하단에 다음 코드도 추가한다. 패키지 이름은 사용하고자 하는 스케줄러가 있는 위치의 패키지를 작성한다. 자바에서 초 분 시 일..
백엔드/Spring
2020. 10. 7. 16:55