日志框架和定时任务线程配置修改修改
This commit is contained in:
@@ -19,10 +19,19 @@ spring:
|
||||
hibernate:
|
||||
dialect: org.hibernate.dialect.MySQL5InnoDBDialect
|
||||
enable_lazy_load_no_trans: true
|
||||
quartz:
|
||||
properties:
|
||||
org:
|
||||
quartz:
|
||||
jobStore:
|
||||
threadPool:
|
||||
threadCount: 14
|
||||
# class: org.nl.system.service.quartz.SimpleThreadPool
|
||||
scheduler-name: quartzScheduler
|
||||
task:
|
||||
pool:
|
||||
# 核心线程池大小
|
||||
core-pool-size: 10
|
||||
core-pool-size: 12
|
||||
# 最大线程数
|
||||
max-pool-size: 30
|
||||
# 活跃时间
|
||||
|
||||
Reference in New Issue
Block a user