From e0e3f66b980253aa96132f9ea3981f6adacde118 Mon Sep 17 00:00:00 2001 From: siontion Date: Thu, 22 Aug 2024 17:58:44 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E9=94=80=E5=94=AE=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E6=98=8E=E7=BB=86=E3=80=91=E5=A2=9E=E5=8A=A0=E9=A2=9C=E8=89=B2?= =?UTF-8?q?=EF=BC=8C=E5=AE=A2=E6=88=B7=E5=88=86=E8=AE=A2=E5=8D=95=E5=8F=B7?= =?UTF-8?q?=EF=BC=8C=E8=AE=A2=E5=8D=95=E5=BA=8F=E5=88=97=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mes-server/src/main/resources/application-local.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mes-server/src/main/resources/application-local.yaml b/mes-server/src/main/resources/application-local.yaml index 198d6e61..3c786b08 100644 --- a/mes-server/src/main/resources/application-local.yaml +++ b/mes-server/src/main/resources/application-local.yaml @@ -43,7 +43,7 @@ spring: primary: master datasource: master: - name: mes-majoys-pro + name: mes-majoys-pro-test url: jdbc:mysql://222.71.165.188:3309/${spring.datasource.dynamic.datasource.master.name}?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true driver-class-name: com.mysql.jdbc.Driver username: root @@ -59,7 +59,7 @@ spring: redis: host: 222.71.165.188 # 地址 port: 6379 # 端口 - database: 4 # 数据库索引 + database: 3 # 数据库索引 password: 'qweasd,.123' # 密码,建议生产环境开启 --- #################### 定时任务相关配置 ####################