From 62b79d5f0b23cfe87879a5b5cf18340315fce2be Mon Sep 17 00:00:00 2001 From: yaowanxin <3588231647@qq.com> Date: 星期一, 08 九月 2025 18:00:10 +0800 Subject: [PATCH] 用印管理,库存预警接口 --- src/main/resources/application-dhdc.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/application-dhdc.yml b/src/main/resources/application-dhdc.yml index 926e3c8..fdd187b 100644 --- a/src/main/resources/application-dhdc.yml +++ b/src/main/resources/application-dhdc.yml @@ -62,7 +62,7 @@ druid: # 涓诲簱鏁版嵁婧� master: - url: jdbc:mysql://114.132.189.42:9099/product-inventory-management-dhdc?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 + url: jdbc:mysql://192.168.1.185:3306/product-inventory-management-dhdc?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 username: root password: xd@123456.. # 浠庡簱鏁版嵁婧� -- Gitblit v1.9.3