| | |
| | | port: 8081 |
| | | tomcat: |
| | | uri-encoding: UTF-8 |
| | | #最小线程数 |
| | | #最小线程数 |
| | | min-spare-threads: 500 |
| | | #最大线程数 |
| | | #最大线程数 |
| | | max-threads: 2500 |
| | | #最大链接数 |
| | | #最大链接数 |
| | | max-connections: 6500 |
| | | #最大等待队列长度 |
| | | #最大等待队列长度 |
| | | accept-count: 1000 |
| | | spring: |
| | | profiles: |
| | |
| | | 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 |
| | |
| | | port: 6379 |
| | | password: chenkaiyu111 |
| | | timeout: 30000 |
| | | database: 14 |
| | | database: 15 |
| | | pool: |
| | | max-active: 256 |
| | | max-wait: 30000 |
| | |
| | | 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: |