From f8a0bc46a2104a90ab7faf2f7722a9882e80c043 Mon Sep 17 00:00:00 2001
From: cl <1442464845@qq.com>
Date: 星期二, 14 四月 2026 14:56:36 +0800
Subject: [PATCH] 配置文件

---
 rsf-open-api/src/main/resources/application-dev.yml |   43 ++++++++++++++++++++++++++++++++++++-------
 1 files changed, 36 insertions(+), 7 deletions(-)

diff --git a/rsf-open-api/src/main/resources/application-dev.yml b/rsf-open-api/src/main/resources/application-dev.yml
index bc1bd20..11acba5 100644
--- a/rsf-open-api/src/main/resources/application-dev.yml
+++ b/rsf-open-api/src/main/resources/application-dev.yml
@@ -1,21 +1,24 @@
 server:
-  port: 8081
+  port: 8082
   servlet:
     context-path: /@pom.artifactId@
 spring:
   application:
     name: @pom.artifactId@
+  cloud:
+    openfeign:
+      circuitbreaker:
+        enabled: true   # Feign 璋冪敤澶辫触鏃惰蛋 Fallback锛屽湪 Feign 鍐呯粺涓�杩斿洖閿欒
   mvc:
     static-path-pattern: /**
     path match:
       matching-strategy: ANT_PATH_MATCHER
   datasource:
     driver-class-name: com.mysql.cj.jdbc.Driver
-#    url: jdbc:mysql://47.76.147.249:3306/rsf?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
-#    username: rsf
+    url: jdbc:mysql://127.0.0.1:3306/rsf_jdxaj?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
+#    url: jdbc:mysql://127.0.0.1:3306/jdxajwms?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
     username: root
-    url: jdbc:mysql://127.0.0.1:3306/rsf?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
-    password: 34821015
+    password: 12345
     type: com.alibaba.druid.pool.DruidDataSource
     druid:
       initial-size: 5
@@ -51,11 +54,37 @@
   timeout: 5000
   index: 15
 
+# 鐢佃鏈� Redis锛氫笌 zy-monitor-admin 浣跨敤鍚屼竴 database锛堥粯璁� 0锛夛紝鍚﹀垯璇讳笉鍒版姤璀�
+tv-monitor:
+  redis:
+    database: 0
+  # 闈炵┖鏃惰姹傝姹傚ご X-Rcs-Token 涓庢湰鍊间竴鑷�
+  rcs-callback-token: ""
+
 #骞冲彴鎺ュ彛淇℃伅閰嶇疆(濡傦細ERP, QMS, WCS绛�)
 platform:
   #RCS閾炬帴
   rcs:
     #閾炬帴
-    host: http://192.168.4.84
+    host: http://10.10.10.200
     #绔彛
-    port: 8088
\ No newline at end of file
+    port: 8088
+  wms:
+    #閾炬帴
+    host: http://127.0.0.1
+    #绔彛
+    port: 8086
+  erp:
+    #閾炬帴
+    host: http://127.0.0.1
+    #绔彛
+    port: 3741
+
+http-audit:
+  enabled: true
+  whitelist-only: true
+  # false锛�/httpAuditLog銆�/httpAuditRule 涔熶細琚� Filter 璁板綍锛堜笌 rsf-server dev 涓�鑷达級
+  exclude-audit-self-paths: false
+  rule-cache-refresh-ms: 60000
+  query-response-max-chars: 500
+  max-response-store-chars: 65535

--
Gitblit v1.9.1