일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- Design Patterns
- Spring Boot
- it
- 맛집
- Spring Batch
- javascript
- Spring
- JVM
- linux
- laravel
- redis
- elasticsearch
- AWS
- MySQL
- IntelliJ
- Git
- 요리
- jenkins
- devops
- Oracle
- ReactJS
- tool
- jsp
- Web Server
- ubuntu
- db
- springboot
- java
- Gradle
- php
Archives
- Today
- Total
목록cron (1)
아무거나
[Spring Boot] 스케줄링 구현
스케줄링 Scheduler Spring Boot에서 @EnableScheduling, @Scheduled를 사용한 스케줄링 구현 메인 메소드가 있는 애플리케이션 구동 클래스인 Application.java에 @EnableScheduling 설정 및 @Bean 추가 .... import org.springframework.scheduling.annotation.EnableScheduling; @SpringBootApplication @EnableScheduling public class Application { public static void main(String[] args) { ApplicationContext ctx = SpringApplication.run(Application.class, arg..
Java & Kotlin/Spring
2019. 1. 16. 18:14