From 928cccb960dc1c0e354e3569ecd8e964f6d24deb Mon Sep 17 00:00:00 2001 From: jinpengyong <jpy123456> Date: Mon, 12 Apr 2021 17:41:25 +0800 Subject: [PATCH] 用户修改具体日志 --- screen-api/src/main/resources/application-dev.yml | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/screen-api/src/main/resources/application-dev.yml b/screen-api/src/main/resources/application-dev.yml index 082c9dc..968569c 100644 --- a/screen-api/src/main/resources/application-dev.yml +++ b/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 @@ -57,7 +57,7 @@ filters: stat type: com.alibaba.druid.pool.DruidDataSource max-wait: 60000 - url: jdbc:mysql://39.97.177.149:3306/moral?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=UTC + url: jdbc:mysql://39.97.177.149:3306/moral?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai username: root password: chenkaiyu111 test-on-borrow: false @@ -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: -- Gitblit v1.8.0