From 0cecdc2796c06270f48e8845cdd592c12dca301b Mon Sep 17 00:00:00 2001 From: shiqiang <961568301@qq.com> Date: Mon, 31 May 2021 11:53:19 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=95=B0=E6=8D=AE=E5=BA=93=E8=BF=9E=E6=8E=A5=20?= =?UTF-8?q?=E7=9B=AE=E5=89=8D=E8=BF=9E=E7=9A=84=20=E6=99=BA=E6=85=A7?= =?UTF-8?q?=E6=A3=80=E9=AA=8C=E5=B9=B3=E5=8F=B0=E7=9A=84=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-dev.yml | 4 ++-- .../src/main/resources/jero/jero_database.properties | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/jero-boot/jero-boot-single-startup/src/main/resources/application-dev.yml b/jero-boot/jero-boot-single-startup/src/main/resources/application-dev.yml index a6909fc8..55354c7f 100644 --- a/jero-boot/jero-boot-single-startup/src/main/resources/application-dev.yml +++ b/jero-boot/jero-boot-single-startup/src/main/resources/application-dev.yml @@ -131,9 +131,9 @@ spring: connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000 datasource: master: - url: jdbc:mysql://localhost:3306/jero-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai + url: jdbc:mysql://121.36.69.172:3307/lims_equipment_test?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai username: root - password: 123456 + password: hzwlsoft.com driver-class-name: com.mysql.cj.jdbc.Driver # 多数据源配置 #multi-datasource1: diff --git a/jero-boot/jero-boot-single-startup/src/main/resources/jero/jero_database.properties b/jero-boot/jero-boot-single-startup/src/main/resources/jero/jero_database.properties index df8d1ea4..2023f391 100644 --- a/jero-boot/jero-boot-single-startup/src/main/resources/jero/jero_database.properties +++ b/jero-boot/jero-boot-single-startup/src/main/resources/jero/jero_database.properties @@ -1,9 +1,9 @@ #mysql driver_name=com.mysql.cj.jdbc.Driver -url=jdbc:mysql://localhost:3306/jero-boot?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai +url=jdbc:mysql://121.36.69.172:3307/lims_equipment_test?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai username=root -password=123456 -database_name=jero-boot +password=hzwlsoft.com +database_name=lims_equipment_test #oracle #diver_name=oracle.jdbc.driver.OracleDriver