From a9b431709d59e2f92204b040c593deb3119518f9 Mon Sep 17 00:00:00 2001 From: yangsb Date: Thu, 14 Mar 2024 14:15:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86executor=20dev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/resources/application-dev.yaml b/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/resources/application-dev.yaml index 396629487..b5ce7bd7f 100644 --- a/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/resources/application-dev.yaml +++ b/cf-module-prod-executor/cf-module-prod-executor-biz/src/main/resources/application-dev.yaml @@ -39,7 +39,7 @@ spring: primary: master datasource: master: - name: imes-base + name: imes_base url: jdbc:mysql://192.168.1.205:3307/${spring.datasource.dynamic.datasource.master.name}?useSSL=false&allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true driver-class-name: com.mysql.jdbc.Driver username: root