From bd4f8c521bd20f67e116888a7728f71d9250132d Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期一, 13 七月 2026 21:03:20 +0800
Subject: [PATCH] fix: 数据库密码修改
---
src/main/resources/application-htzc.yml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/application-htzc.yml b/src/main/resources/application-htzc.yml
index 9c71f17..287dec4 100644
--- a/src/main/resources/application-htzc.yml
+++ b/src/main/resources/application-htzc.yml
@@ -75,7 +75,7 @@
master:
url: jdbc:mysql://172.17.0.1:3306/product-inventory-management-htzc?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
- password: xd@123...
+ password: xd@123456...
# 浠庡簱鏁版嵁婧�
slave:
# 浠庢暟鎹簮寮�鍏�/榛樿鍏抽棴
--
Gitblit v1.9.3