From b9b1a775a9633a34130944d7fdbe9b9ba860aa8e Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期二, 11 八月 2026 17:35:00 +0800
Subject: [PATCH] fix: 清理配置文件
---
src/main/resources/application-khyy.yml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/main/resources/application-new-pro.yml b/src/main/resources/application-khyy.yml
similarity index 96%
copy from src/main/resources/application-new-pro.yml
copy to src/main/resources/application-khyy.yml
index 7ff138a..ce0603d 100644
--- a/src/main/resources/application-new-pro.yml
+++ b/src/main/resources/application-khyy.yml
@@ -73,7 +73,7 @@
druid:
# 涓诲簱鏁版嵁婧�
master:
- url: jdbc:mysql://172.17.0.1:3306/product-inventory-management-new-pro?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+ url: jdbc:mysql://172.17.0.1:3306/product-inventory-management-khyy?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
password: xd@123456..
# 浠庡簱鏁版嵁婧�
@@ -145,11 +145,11 @@
# redis 閰嶇疆
data:
mongodb:
- uri: mongodb://114.132.189.42:9028/chat_memory_db
+ uri: mongodb://114.132.189.42:9028/chat_memory_db_khyy
# redis 閰嶇疆
redis:
# 鍦板潃
-# host: 127.0.0.1
+ # host: 127.0.0.1
host: 172.17.0.1
# 绔彛锛岄粯璁や负6379
port: 6379
@@ -260,7 +260,7 @@
upload-dir: /javaWork/product-inventory-management/file/prod/uploads # 姝e紡鐩綍
path: /javaWork/product-inventory-management/file # 涓婁紶鐩綍
urlPrefix: /prod-api/common # 閾炬帴鍓嶇紑
- domain: http://1.15.17.182:9049 # 鍩熷悕鍓嶇紑
+ domain: http://1.15.17.182:9093 # 鍩熷悕鍓嶇紑
expired: 120 # 杩囨湡鏃堕棿(鍗曚綅:鍒嗛挓)
useLimit: 10 # 浣跨敤娆℃暟
compress: true # 鏄惁鍘嬬缉
--
Gitblit v1.9.3