严智鑫
2025-03-21 8ba5b88ffa394d06b81ae1802e5ebd075d34050a
JiuMuMesParent/moduleService/DeviceInteractionModule/src/main/resources/application.yml
@@ -1,6 +1,11 @@
server:
  port: 8081
  tomcat:
    uri-encoding: UTF-8
    max-threads: 800 #最大工作线程数量
    min-spare-threads: 20 #最小工作线程数量
    #max-connections: 10000 #一瞬间最大支持的并发的连接数
    accept-count: 200 #等待队列长度
spring:
  profiles:
    active: prod