From 4ca82e54a45d9aacf808ec8cbd0f8c6bc90d310f Mon Sep 17 00:00:00 2001 From: HuangXin Date: Wed, 20 Oct 2021 09:40:44 +0800 Subject: [PATCH] =?UTF-8?q?OCT=20REM:=201.=20=E7=89=88=E6=9C=AC=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E4=B8=BA=202.0.8.3,=20=E8=A7=84=E9=81=BF=E9=9B=86?= =?UTF-8?q?=E5=9B=A2=E4=B8=80=E9=94=AE=E5=A4=84=E7=BD=AE=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E8=83=BD=E5=8A=9B=E6=8E=A5=E5=8F=A3=E4=B8=8D=E7=AC=A6=E5=90=88?= =?UTF-8?q?=E8=A7=84=E8=8C=83=E5=87=BA=E9=94=99=EF=BC=8C=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E4=B8=9A=E5=8A=A1=E6=97=A0=E6=B3=95=E8=BF=9B=E8=A1=8C=202.=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=B0=83=E8=AF=95MySQL=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/application-local.properties | 13 +++---------- pom.xml | 2 +- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/config/application-local.properties b/config/application-local.properties index 83fc0149..3a5a19a2 100644 --- a/config/application-local.properties +++ b/config/application-local.properties @@ -4,18 +4,11 @@ server.tomcat.basedir=./basedir # 多个项目放在nginx下同个端口,通过该配置区分 server.servlet.context-path=/dispose # 配置数据源 -spring.datasource.url=jdbc:mysql://10.88.77\ - .65:33061/dispose_cl_huaweifirewall?serverTimezone=Asia/Shanghai&zeroDateTimeBehavior\ - =convertToNull&useUnicode=true&characterEncoding=utf8&allowMultiQueries=true +spring.datasource.url=jdbc:mysql://172.21.48.75:3306/dispose_hx?serverTimezone=Asia/Shanghai&zeroDateTimeBehavior\ + =convertToNull&useUnicode=true spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.username=root -spring.datasource.password=h0K0_8u - -#spring.datasource.url=jdbc:mysql://172.28.72.118:33061/dispose_hx_v21?serverTimezone=Asia/Shanghai&zeroDateTimeBehavior\ -# =convertToNull&useUnicode=true -#spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver -#spring.datasource.username=phoenix -#spring.datasource.password=Hy@rfph32 +spring.datasource.password=BCcf6Dd7&8 # 配置连接池 spring.datasource.type=org.apache.commons.dbcp2.BasicDataSource diff --git a/pom.xml b/pom.xml index 3de9be41..962db4d5 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ com.dispose dispose_platform - 2.0.8.2 + 2.0.8.3 dispose_platform Dispose Platform