From 6f81bb5170b667e6cf3b7f31868e29c258f90c27 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期三, 13 五月 2026 16:51:06 +0800
Subject: [PATCH] config(yzfx): 更新开发环境配置参数
---
src/main/resources/application-yzfx.yml | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/main/resources/application-yzfx.yml b/src/main/resources/application-yzfx.yml
index 7710479..d141360 100644
--- a/src/main/resources/application-yzfx.yml
+++ b/src/main/resources/application-yzfx.yml
@@ -26,7 +26,7 @@
# 寮�鍙戠幆澧冮厤缃�
server:
# 鏈嶅姟鍣ㄧ殑HTTP绔彛锛岄粯璁や负8080
- port: 9021
+ port: 9003
servlet:
# 搴旂敤鐨勮闂矾寰�
context-path: /
@@ -71,9 +71,9 @@
druid:
# 涓诲簱鏁版嵁婧�
master:
- url: jdbc:mysql://172.17.0.1:3306/product-inventory-management-yzfx?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+ url: jdbc:mysql://172.17.0.1:9002/product-inventory-management-yzfx?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
- password: xd@123456..
+ password: yzfx@123456..
# 浠庡簱鏁版嵁婧�
slave:
# 浠庢暟鎹簮寮�鍏�/榛樿鍏抽棴
@@ -143,7 +143,7 @@
# redis 閰嶇疆
data:
mongodb:
- uri: mongodb://114.132.189.42:9028/chat_memory_db
+ uri: mongodb://114.132.189.42:9028/chat_memory_db_yzfx
# redis 閰嶇疆
redis:
# 鍦板潃
@@ -258,7 +258,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://42.63.70.231:9001 # 鍩熷悕鍓嶇紑
expired: 120 # 杩囨湡鏃堕棿(鍗曚綅:鍒嗛挓)
useLimit: 10 # 浣跨敤娆℃暟
compress: true # 鏄惁鍘嬬缉
--
Gitblit v1.9.3