From 345d17cf82e1bbc1fbfbeec10193c2bed59cd674 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Mon, 27 Sep 2021 22:21:21 +0800
Subject: [PATCH] 注册登录,车辆,装备,枪支,招聘,培训考试修改

---
 src/main/resources/application-dev.yml |   27 ++++++++++++++++++++++-----
 1 files changed, 22 insertions(+), 5 deletions(-)

diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml
index ee29b81..96c9062 100644
--- a/src/main/resources/application-dev.yml
+++ b/src/main/resources/application-dev.yml
@@ -13,11 +13,7 @@
     #  commandTimeout: 5000
   datasource:
     # MySql
-#    url: jdbc:mysql://localhost:2083/zhbaw?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
-#    username: root
-#    password: zhba0728
-
-    url: jdbc:mysql://223.82.109.183:2083/zhbaw?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
+    url: jdbc:mysql://localhost:2083/zhbaw?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
     username: root
     password: zhba0728
 
@@ -33,6 +29,25 @@
     #url: jdbc:sqlserver://223.82.109.183:1433;DatabaseName=zhbaw
     #username: sa
     #password: zhbaw@2021
+
+
+#图片批量上传zip
+upload:
+  localtion: ${UPLOAD_DIR:/home/zhongsong/anbao}
+  maxFileSize: 10240KB
+  maxRequestSize: 102400KB
+
+#ftp 设置
+ftp:
+  sqlConnect: jdbc:mysql://localhost:2083/zhbaw?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
+  ftpHost: 172.19.1.30
+  ftpPort: 21
+  ftpUserName: yly
+  ftpPassword: Yly@123
+  ftpPath: yly/anbao/
+  localPath: /home/zhongsong/anbao/
+  ip: http://47.49.21.216:9000
+  jsonUrl: /home/zhongsong/anbao/
 
 #第三方登陆
 social:
@@ -53,3 +68,5 @@
     upload-domain: http://localhost:8999
     remote-path: /usr/share/nginx/html
 
+
+

--
Gitblit v1.9.3