From 223dbd5c6bac608af0865197d11d428a40537e33 Mon Sep 17 00:00:00 2001 From: chenze <1824191732@qq.com> Date: Mon, 26 Aug 2024 11:57:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-prod.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/shoot-hand/ics-web/src/main/resources/application-prod.yml b/shoot-hand/ics-web/src/main/resources/application-prod.yml index b2744d2..efaff65 100644 --- a/shoot-hand/ics-web/src/main/resources/application-prod.yml +++ b/shoot-hand/ics-web/src/main/resources/application-prod.yml @@ -1,7 +1,7 @@ spring: redis: database: 1 - host: 127.0.0.1 + host: 222.184.49.22 port: 6379 password: 123456 timeout: 6000ms # 连接超时时长(毫秒) @@ -17,9 +17,9 @@ spring: druid: # 主库数据源 master: - url: jdbc:mysql://127.0.0.1:3306/dbd-meeting?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 + url: jdbc:mysql://222.184.49.22:3306/shoot-hand?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 username: root - password: Boyue1!Z + password: boyue1!Z # 从库数据源 slave: #从数据源开关/默认关闭 @@ -65,12 +65,12 @@ spring: multi-statement-allow: true servlet: multipart: - location: /usr/local/uploadPath/ + location: /file/uploadPath/ # 本地文件上传路径 dfs: - path: /usr/local/uploadPath/ - domain: https://www.chuangzhikj.com//saas-ics + path: /file/uploadPath/ + domain: https://company.haxy.com.cn:4443/shoot-hand # domain: http://39.165.217.47:81/saas-ics/ # domain: https://www.xxxx.com/ # 公众号配置(必填) @@ -88,7 +88,7 @@ wx: key-prefix: wa # 相关redis前缀配置: wa(默认) redis: host: localhost -# password: vdcity2015 + # password: vdcity2015 port: 6379 # http客户端配置 http-client-type: HttpClient # http客户端类型: HttpClient(默认), OkHttp, JoddHttp