From 71e3888ececdd6b205379e27347b9d01f8d671c5 Mon Sep 17 00:00:00 2001 From: wanghb <17803890193@163.com> Date: Wed, 6 Mar 2024 09:58:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BlockFinanceCentral/src/main/resources/application-dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BlockFinanceCentral/src/main/resources/application-dev.yml b/BlockFinanceCentral/src/main/resources/application-dev.yml index 81e6903..0abc5c9 100644 --- a/BlockFinanceCentral/src/main/resources/application-dev.yml +++ b/BlockFinanceCentral/src/main/resources/application-dev.yml @@ -2,9 +2,9 @@ spring: datasource: druid: db-type: mysql - url: jdbc:mysql://${DB_HOST:120.79.54.255}:${DB_PORT:3306}/${DB_NAME:tz_finance_supply}?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8&useSSL=false&useInformationSchema=true&allowPublicKeyRetrieval=true + url: jdbc:mysql://${DB_HOST:118.31.7.2}:${DB_PORT:3306}/${DB_NAME:tz_finance_supply}?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8&useSSL=false&useInformationSchema=true&allowPublicKeyRetrieval=true username: ${DB_USER:root} - password: ${DB_PWD:Sztzjy506} + password: ${DB_PWD:sztzjy2017} driver-class-name: com.mysql.cj.jdbc.Driver