🔨 quartz 工具类.

This commit is contained in:
lijiahang
2024-03-29 11:12:34 +08:00
parent 247a688a7d
commit 1ba3519e29
4 changed files with 160 additions and 3 deletions

View File

@@ -24,6 +24,12 @@ spring:
redisson:
threads: 4
netty-threads: 4
quartz:
properties:
org:
quartz:
threadPool:
threadCount: 10
springdoc:
api-docs:

View File

@@ -89,9 +89,8 @@ spring:
#连接池
threadPool:
class: org.quartz.simpl.SimpleThreadPool
threadCount: 10
threadCount: 5
threadPriority: 5
threadNamePrefix: quartz-
threadsInheritContextClassLoaderOfInitializingThread: true
boot:
admin: