반응형
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
- security
- NextJS
- SpringBoot
- Java
- Next.js
- yona
- jquery
- Maven
- pwa
- submit
- jenkins
- spring3
- FCM
- popup
- MariaDB
- config
- mybatis
- PM2
- nodejs
- mysql
- Push
- javascript
- git
- centos7
- Eclipse
- node.js
- rocky9
- ajax
- docker
- MSsql
Archives
- Today
- Total
목록SchedulerConfig (1)
ふたりで
springboot2.3.X SchedulerConfig
Scheduler사용 시 Thread Pool을 설정하려면 config를 설정해야 한다. 다음과 같이 설정용 클래스 파일을 작성 하여 설정할 수 있다. package com.xxxx.xxxx.config; import org.springframework.context.annotation.Configuration; import org.springframework.scheduling.annotation.SchedulingConfigurer; import org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler; import org.springframework.scheduling.config.ScheduledTaskRegistrar; @Configu..
Spring
2020. 12. 21. 12:37