From 10130c5f42d31ee42e44600fc5da4b3a92ce1bdc Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 16 May 2022 15:04:16 +0800
Subject: [PATCH] docker部署

---
 src/main/resources/application-dev.yml |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml
index 1558060..0b26d26 100644
--- a/src/main/resources/application-dev.yml
+++ b/src/main/resources/application-dev.yml
@@ -2,8 +2,8 @@
 spring:
   redis:
     ##redis 单机环境配置
-    host: 127.0.0.1
-    port: 6379
+    host: 192.168.90.24
+    port: 6382
     password:
     database: 0
     ssl: false
@@ -14,17 +14,17 @@
   datasource:
     # MySql
 
-#    url: jdbc:mysql://localhost:2083/qfqkpublic?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
-#    username: root
-#    password: ZHba@0112
-
-#    url: jdbc:mysql://223.82.109.183:2083/qfqkpublic?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
-#    username: root
-#    password: ZHba@0112
-
-    url: jdbc:mysql://36.134.81.48:3306/qfqkpublic?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
+    url: jdbc:mysql://localhost:2083/qfqkpublic?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
     username: root
-    password: jfpt123
+    password: ZHba@0112
+
+#    url: jdbc:mysql://61.131.136.25:2083/qfqkpublic?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
+#    username: root
+#    password: ZHba@0112
+
+#    url: jdbc:mysql://36.134.81.48:3306/qfqkpublic?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
+#    username: root
+#    password: jfpt123
 
 
     # PostgreSQL
@@ -46,7 +46,7 @@
   ftpHost: 117.40.91.118
   ftpPort: 21
   ftpUserName: zhbain
-  ftpPassword: zhbain
+  ftpPassword: zhbain@123
   ftpPath: yly/qfqk/
   localPath: /home/zhongsong/qfqk/
   ip: http://47.49.21.216:9000

--
Gitblit v1.9.3