From 3eb6ea1ce6f381cb9545bb4906863f74236152a3 Mon Sep 17 00:00:00 2001 From: zc <zyzc> Date: 星期一, 20 十月 2025 17:10:33 +0800 Subject: [PATCH] Default Changelist --- rsf-open-api/src/main/resources/application-dev.yml | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/rsf-open-api/src/main/resources/application-dev.yml b/rsf-open-api/src/main/resources/application-dev.yml index f4fe06a..e3f40c7 100644 --- a/rsf-open-api/src/main/resources/application-dev.yml +++ b/rsf-open-api/src/main/resources/application-dev.yml @@ -14,8 +14,10 @@ # url: jdbc:mysql://47.76.147.249:3306/rsf?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai # username: rsf username: root - url: jdbc:mysql://10.10.10.200:3306/rsf?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai - password: xltys1995 + url: jdbc:mysql://127.0.0.1:3306/rsf?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai + password: 34821015 +# url: jdbc:mysql://10.10.10.200:3306/rsf?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai +# password: xltys1995 type: com.alibaba.druid.pool.DruidDataSource druid: initial-size: 5 @@ -56,11 +58,11 @@ #RCS閾炬帴 rcs: #閾炬帴 - host: http://10.10.10.247 + host: http://127.0.0.1 #绔彛 port: 8088 wms: #閾炬帴 - host: http://127.0.0.1 + host: http://127.0.0.1銆� #绔彛 - port: 8080 \ No newline at end of file + port: 8085 \ No newline at end of file -- Gitblit v1.9.1