반응형
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
- JPA예제
- 코테공부
- nestjs스터디
- 카프카
- 플러터 개발
- Flutter
- 자료구조공부
- nestjs
- 기술공부
- K8S
- Axon framework
- 코테준비
- 스프링 공부
- 프로그래머스
- 스프링공부
- Kafka
- JPA스터디
- 알고리즘공부
- 자바공부
- 플러터 공부
- DDD
- JPA 공부
- 기술면접공부
- JPA공부
- 스프링
- JPA
- 스프링부트공부
- nestjs공부
- 스프링부트
- querydsl
Archives
- Today
- Total
목록스프링 스케줄 (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