huang
2025-03-25 3a6fca8a9ef505301907217ac9d98866fb5eeb3c
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
@@ -8,8 +13,8 @@
    name: deviceInteraction
mybatis-plus:
  mapper-locations: classpath*:mapper/*.xml
  configuration:
    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
#  configuration:
#    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
mes:
  threshold: 3
  ratio: 10