日志框架和定时任务线程配置修改修改

This commit is contained in:
ludj
2023-01-27 12:38:26 +08:00
parent 8f305eb3a1
commit d3f0dfa427
10 changed files with 62 additions and 229 deletions

View File

@@ -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
# 活跃时间