반응형
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
- Flutter
- JPA예제
- JPA 공부
- DDD
- 코테준비
- 플러터 공부
- 자바공부
- 기술공부
- JPA공부
- 알고리즘공부
- 스프링부트공부
- 스프링공부
- 플러터 개발
- 기술면접공부
- 스프링
- 스프링 공부
- querydsl
- 프로그래머스
- 스프링부트
- 자료구조공부
- Axon framework
- JPA
- nestjs공부
- K8S
- nestjs스터디
- Kafka
- nestjs
- 카프카
- 코테공부
- JPA스터디
Archives
- Today
- Total
목록spring scheduler (1)
DevBoi
[Spring boot] 스케줄러
배치로 만들기는 오바스럽고, 간단하게 스케줄러가 필요할때, 스케줄러를 구현하면 편하다. 구현할일이 많지는 않아서, 기념적으로 정리한다. 나는 스케줄러로, 결제 처리와 빌링키 조회를 하기 위함이다. 1. 의존성 추가, 대부분 이미 추가한 의존성이라 그냥 사용가능하다고 봐도 무방하긴하다. implementation 'org.springframework.boot:spring-boot-starter-web' 2.메인 클래스 추가 @SpringBootApplication @EnableJpaAuditing @EnableScheduling public class InnabackendApplication { public static void main(String[] args) { SpringApplication.run..
Develop/[Spring]
2023. 6. 10. 19:39