From a27fdf6b900e267eb84e1c6a5e1a693ee90d1274 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期四, 10 九月 2026 21:17:05 +0800
Subject: [PATCH] feat(stock): 添加库存报表导出功能并完善库存入库字段Excel注解
---
src/main/resources/application-yjyy.yml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/application-yjyy.yml b/src/main/resources/application-yjyy.yml
index 0b5561c..6d2feff 100644
--- a/src/main/resources/application-yjyy.yml
+++ b/src/main/resources/application-yjyy.yml
@@ -73,7 +73,7 @@
druid:
# 涓诲簱鏁版嵁婧�
master:
- url: jdbc:mysql://36.213.180.217:11101/product-inventory-management-yjyy?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+ url: jdbc:mysql://172.17.0.1:11101/product-inventory-management-yjyy?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
password: xd@123456..
# 浠庡簱鏁版嵁婧�
@@ -148,7 +148,7 @@
redis:
# 鍦板潃
# host: 127.0.0.1
- host: 36.213.180.217
+ host: 172.17.0.1
# 绔彛锛岄粯璁や负6379
port: 11102
# 鏁版嵁搴撶储寮�
--
Gitblit v1.9.3