严智鑫
2025-04-03 dedf9da2dc20825fbd3dee51f0a0546782ec0f9d
JiuMuMesParent/moduleService/DeviceInteractionModule/target/classes/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