From 03440621cd5014d614d0781db9841241e7ae7b09 Mon Sep 17 00:00:00 2001 From: HuangXin Date: Tue, 8 Aug 2023 15:08:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/application-local.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/application-local.properties b/config/application-local.properties index edc6424..d73f03b 100644 --- a/config/application-local.properties +++ b/config/application-local.properties @@ -5,11 +5,11 @@ server.servlet.context-path=/tunnel # mysql 配置 # 配置数据源 -spring.datasource.url=jdbc:mysql://localhost:3306/tunnel?serverTimezone=Asia/Shanghai&zeroDateTimeBehavior\ +spring.datasource.url=jdbc:mysql://101.35.234.160:32306/beidou?serverTimezone=Asia/Shanghai&zeroDateTimeBehavior\ =convertToNull&useUnicode=true spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver -spring.datasource.username=xajhuang -spring.datasource.password=aaaHuang1! +spring.datasource.username=cmhi +spring.datasource.password=cmHi10086! #mybatis 配置 # 下划线转驼峰 将带有下划线的表字段映射为驼峰格式的实体类属性