From a2d2caf2ffc1d79694d813b6cf5225a4c1c67e41 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期六, 04 一月 2025 13:23:12 +0800
Subject: [PATCH] 优化费用明细表
---
springboot/src/main/resources/application-debug.yml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/springboot/src/main/resources/application-debug.yml b/springboot/src/main/resources/application-debug.yml
index 9e34e83..d079ce5 100644
--- a/springboot/src/main/resources/application-debug.yml
+++ b/springboot/src/main/resources/application-debug.yml
@@ -29,7 +29,7 @@
activiti:
database-schema-update: false
datasource:
- url: jdbc:mysql://118.182.119.121:3306/TT?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8&useSSL=false
+ url: jdbc:mysql://192.168.100.108:3306/TT?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8&useSSL=false
username: TT
password: hc12345678
type: com.alibaba.druid.pool.DruidDataSource
--
Gitblit v1.8.0