opt:优化线程池,工单同步接口

This commit is contained in:
zhangzq
2024-03-07 09:06:19 +08:00
parent 087d719036
commit 5dc29176a5
3 changed files with 14 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
server:
port: 8011
tomcat:
max-threads: 300
min-spare-threads: 30
#配置数据源
spring:
datasource:

View File

@@ -1,5 +1,8 @@
server:
port: 8011
tomcat:
max-threads: 300
min-spare-threads: 30
#配置数据源
spring:
datasource: