From 0d4034712d1343ac114471457b82c991c9f8f0a5 Mon Sep 17 00:00:00 2001 From: changpengfei Date: Tue, 28 Sep 2021 13:49:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8D=A2=E4=B8=BA=E6=96=B0=E7=9A=84=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BA=93=E7=AB=AF=E5=8F=A3=E5=8F=B73307?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- talkonlineweb/src/main/resources/application-dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/talkonlineweb/src/main/resources/application-dev.yml b/talkonlineweb/src/main/resources/application-dev.yml index 31f7c02..8de7352 100644 --- a/talkonlineweb/src/main/resources/application-dev.yml +++ b/talkonlineweb/src/main/resources/application-dev.yml @@ -3,9 +3,9 @@ debug: true spring: datasource: driver-class-name: com.p6spy.engine.spy.P6SpyDriver - url: jdbc:p6spy:mysql://119.90.57.26:3306/talkonline?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8 + url: jdbc:p6spy:mysql://119.90.57.26:3307/talkonline?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8 username: platform - password: platform123 + password: Platform@123 uploadPath: /data/talkonline/upload/ imgUrlPre: https://dev-talk.healthbaby.com.cn/upload/ -- 1.8.3.1