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 | 31 |
Tags
- list
- mybatis
- 스프링
- codility
- 의존성관리
- 프로그래머스
- Spring Mail
- thymeleaf
- 스프링부트
- 코딩테스트
- Arrays
- spring scheduler
- 스프링 스케줄러
- GOF
- Dependency
- Spring Boot
- HashMap
- @Scheduled
- springboot
- pom.xml
- vuejs #vue #js #프론트엔드 #nodejs #클라이언트사이드 #템플릿엔진
- C++
- pair
- Collections
- 스프링 메일
- java
- 스프링 부트
- maven
- 프로젝트 구조
- Spring
Archives
- Today
- Total
목록스케줄러 (1)
Rooted In Develop
간단한 스프링 스케줄러(Spring Scheduler) 사용하기 : @Scheduled Annotation
Spring Quartz 없이 간단하게 스케줄러를 사용해보자. 1. @EnableScheduling package me.rooted.mail; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.scheduling.annotation.EnableScheduling; @EnableScheduling @SpringBootApplication public class SpringMailThymeleafApplication { public static void main(String[] args) { Spr..
Back End/Spring Boot
2019. 8. 19. 23:29