添加异步线程池配置.

This commit is contained in:
lijiahang
2023-07-11 11:00:46 +08:00
parent 646b73a7a3
commit 0890c47871
9 changed files with 248 additions and 9 deletions

View File

@@ -33,16 +33,17 @@ springdoc:
knife4j:
enable: false
logging:
printer:
mode: ROW
orion:
logging:
printer:
mode: ROW
crypto:
aes:
enabled: true
working-mode: ECB
padding-mode: PKCS5_PADDING
# 加密秘钥
secret-key: uQeacXV8b3isvKLK
generator-key: true
thread:
pool:
core-pool-size: 8
max-pool-size: 16
queue-capacity: 200
keep-alive-seconds: 300