From 0192cba3ff483f6cd00715729f1eec20311246cc Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期二, 28 七月 2026 16:45:10 +0800
Subject: [PATCH] fix(config): 修正生产环境数据库连接配置
---
src/main/resources/application-rbhb-pro.yml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/application-rbhb-pro.yml b/src/main/resources/application-rbhb-pro.yml
index b5388d6..28c0c3b 100644
--- a/src/main/resources/application-rbhb-pro.yml
+++ b/src/main/resources/application-rbhb-pro.yml
@@ -73,7 +73,7 @@
druid:
# 涓诲簱鏁版嵁婧�
master:
- url: jdbc:mysql://172.17.0.1:11101/product-inventory-management-rbhb-pro?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+ url: jdbc:mysql://172.17.0.1:11101/product-inventory-management-rbhb?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
password: xd@123456..
# 浠庡簱鏁版嵁婧�
--
Gitblit v1.9.3