From c957a14ba33dd0e6a8d2a20750ec7662aaa4a6b6 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期三, 29 七月 2026 17:20:54 +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