일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Oracle
- php
- tool
- ReactJS
- Gradle
- IntelliJ
- jenkins
- 요리
- springboot
- devops
- Spring
- laravel
- it
- Design Patterns
- Spring Batch
- AWS
- 맛집
- JVM
- jsp
- MySQL
- java
- Spring Boot
- javascript
- Git
- ubuntu
- linux
- db
- Web Server
- redis
- elasticsearch
Archives
- Today
- Total
목록scheduled (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