kaiyu
2021-03-12 37d76adf129d41f65342874886c43db450ecb0ef
screen-api/src/main/resources/application-dev.yml
@@ -2,13 +2,13 @@
  port: 8081
  tomcat:
    uri-encoding: UTF-8
      #最小线程数
    #最小线程数
    min-spare-threads: 500
      #最大线程数
    #最大线程数
    max-threads: 2500
      #最大链接数
    #最大链接数
    max-connections: 6500
      #最大等待队列长度
    #最大等待队列长度
    accept-count: 1000
spring:
  profiles:
@@ -17,10 +17,10 @@
    name: screen-api
  redis:
    #cluster:
      #nodes: 47.112.126.78:7001,47.112.126.78:7002,47.112.126.132:7003,47.112.126.132:7004,47.112.132.193:7005,47.112.132.193:7006
    #nodes: 47.112.126.78:7001,47.112.126.78:7002,47.112.126.132:7003,47.112.126.132:7004,47.112.132.193:7005,47.112.132.193:7006
    #password: test
    #timeout: 500
    host: 39.97.177.149
      host: 39.97.177.149
      port: 6379
      password: chenkaiyu111
      timeout: 30000
@@ -41,7 +41,7 @@
    port: 6379
    password: chenkaiyu111
    timeout: 30000
    database: 14
    database: 15
    pool:
      max-active: 256
      max-wait: 30000
@@ -77,9 +77,9 @@
      field-strategy: NOT_EMPTY
      db-type: MYSQL
  configuration:
     map-underscore-to-camel-case: true
     call-setters-on-nulls: true
     log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
    map-underscore-to-camel-case: true
    call-setters-on-nulls: true
    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
kafka:
  listener: