2 changed files with 11 additions and 2 deletions
@ -1,2 +1,11 @@ |
|||
# server port |
|||
server.port=9090 |
|||
server.port=9090 |
|||
# quartz 配置信息 |
|||
org.quartz.scheduler.instanceName = BCQuartzScheduler |
|||
org.quartz.threadPool.class = org.quartz.simpl.SimpleThreadPool |
|||
org.quartz.threadPool.threadCount = 10 |
|||
org.quartz.threadPool.threadPriority = 5 |
|||
org.quartz.threadPool.threadsInheritContextClassLoaderOfInitializingThread = true |
|||
org.quartz.jobStore.class = org.quartz.simpl.RAMJobStore |
|||
|
|||
# https://blog.csdn.net/qq_32419139/article/details/131212271 |
|||
Loading…
Reference in new issue