From 21c8ec2dc0dc8653a306a3025e73ddbb0dbb0c4b Mon Sep 17 00:00:00 2001 From: Cheng <1098948592@qq.com> Date: Thu, 24 Jun 2021 15:42:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application.yml | 2 +- .../src/main/resources/application-dev.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/service/trade-service-others/trade-service-others-account/src/main/resources/application.yml b/service/trade-service-others/trade-service-others-account/src/main/resources/application.yml index b1ed649..565a6a7 100644 --- a/service/trade-service-others/trade-service-others-account/src/main/resources/application.yml +++ b/service/trade-service-others/trade-service-others-account/src/main/resources/application.yml @@ -19,7 +19,7 @@ spring: taomi: type: com.alibaba.druid.pool.DruidDataSource driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://127.0.0.1:3306/taomi?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false&zeroDateTimeBehavior=convertToNull + url: jdbc:mysql://172.18.0.194:3306/taomi?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false&zeroDateTimeBehavior=convertToNull username: root password: '012099' # 初始连接数 diff --git a/service/trade-service-others/trade-service-others-pays/src/main/resources/application-dev.yml b/service/trade-service-others/trade-service-others-pays/src/main/resources/application-dev.yml index 4bc1415..3069456 100644 --- a/service/trade-service-others/trade-service-others-pays/src/main/resources/application-dev.yml +++ b/service/trade-service-others/trade-service-others-pays/src/main/resources/application-dev.yml @@ -5,7 +5,7 @@ spring: taomi: type: com.alibaba.druid.pool.DruidDataSource driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://127.0.0.1:3306/taomi?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false&zeroDateTimeBehavior=convertToNull&serverTimezone=Asia/Shanghai + url: jdbc:mysql://172.18.0.194:3306/taomi?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false&zeroDateTimeBehavior=convertToNull&serverTimezone=Asia/Shanghai username: root password: '012099' # ds-1: