From e442e98a198d67994e6dce01fd88e163291fd40c Mon Sep 17 00:00:00 2001
From: jinpengyong <jpy123456>
Date: Fri, 12 Mar 2021 09:52:39 +0800
Subject: [PATCH] api登陆更新

---
 screen-api/src/main/resources/application-dev.yml |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/screen-api/src/main/resources/application-dev.yml b/screen-api/src/main/resources/application-dev.yml
index 082c9dc..b0a5c75 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
@@ -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