🔨 quartz 工具类.
This commit is contained in:
@@ -24,6 +24,12 @@ spring:
|
||||
redisson:
|
||||
threads: 4
|
||||
netty-threads: 4
|
||||
quartz:
|
||||
properties:
|
||||
org:
|
||||
quartz:
|
||||
threadPool:
|
||||
threadCount: 10
|
||||
|
||||
springdoc:
|
||||
api-docs:
|
||||
|
||||
@@ -89,9 +89,8 @@ spring:
|
||||
#连接池
|
||||
threadPool:
|
||||
class: org.quartz.simpl.SimpleThreadPool
|
||||
threadCount: 10
|
||||
threadCount: 5
|
||||
threadPriority: 5
|
||||
threadNamePrefix: quartz-
|
||||
threadsInheritContextClassLoaderOfInitializingThread: true
|
||||
boot:
|
||||
admin:
|
||||
|
||||
Reference in New Issue
Block a user