Commit bc1b2049 authored by duanruiming's avatar duanruiming

[update] 线程池配置

parent 1d628344
......@@ -50,3 +50,11 @@ mybatis-plus:
auto-mapping-unknown-column-behavior: warning
#SQL打印
log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
#线程池配置
threadPoolConfig:
threadPoolName: ${spring.application.name}-threadPool-thread-%d
coreSize: 8
maxSize: 16
queueCapacity: 200
keepAliveTime: 6000
allowCoreTimeOut: false
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment