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