From 3f8e22f0401d15ec5aa42cb8d7d79a8921b62ac7 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期一, 28 八月 2023 14:52:36 +0800
Subject: [PATCH] 方便开发测试
---
springboot/src/main/resources/dataSource-debug.yml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/springboot/src/main/resources/dataSource-debug.yml b/springboot/src/main/resources/dataSource-debug.yml
index 2255f1d..5b283e8 100644
--- a/springboot/src/main/resources/dataSource-debug.yml
+++ b/springboot/src/main/resources/dataSource-debug.yml
@@ -1,7 +1,7 @@
dataSources:
ds0: !!com.alibaba.druid.pool.DruidDataSource
driverClassName: com.mysql.cj.jdbc.Driver
- url: jdbc:mysql://dev.db.java110.com:3306/hc_community?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8
+ url: jdbc:mysql://192.168.1.108:3306/hc_community?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8
username: hc_community
password: hc12345678
minIdle: 5
@@ -12,7 +12,7 @@
poolPreparedStatements: true
ds1: !!com.alibaba.druid.pool.DruidDataSource
driverClassName: com.mysql.cj.jdbc.Driver
- url: jdbc:mysql://dev.db.java110.com:3306/TT?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8
+ url: jdbc:mysql://192.168.1.108:3306/TT?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8
username: TT
password: hc12345678
minIdle: 5
--
Gitblit v1.8.0