server: port: 8001 tomcat: uri-encoding: UTF-8 max-threads: 800 #最大工作线程数量 min-spare-threads: 20 #最小工作线程数量 #max-connections: 10000 #一瞬间最大支持的并发的连接数 accept-count: 200 #等待队列长度 spring: profiles: active: prod application: name: deviceInteraction mybatis-plus: mapper-locations: classpath*:mapper/*.xml # configuration: # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl