From f7e46d204be81fd2ebb9e5a90728e945700a2c23 Mon Sep 17 00:00:00 2001
From: cl <1442464845@qq.com>
Date: 星期五, 17 四月 2026 17:27:10 +0800
Subject: [PATCH] 配置

---
 rsf-server/src/main/resources/application-dev.yml |   84 +++++++++++++++++++++++++++++++++---------
 1 files changed, 66 insertions(+), 18 deletions(-)

diff --git a/rsf-server/src/main/resources/application-dev.yml b/rsf-server/src/main/resources/application-dev.yml
index 4944870..6808cfa 100644
--- a/rsf-server/src/main/resources/application-dev.yml
+++ b/rsf-server/src/main/resources/application-dev.yml
@@ -1,32 +1,34 @@
 server:
-  port: 8080
+  port: 8086
   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.jdbc.Driver
-#    url: jdbc:mysql://47.76.147.249:3306/rsf?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
+    driver-class-name: com.mysql.cj.jdbc.Driver
     username: root
-    url: jdbc:mysql://127.0.0.1:3306/rsf?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
-#    username: rsf
-    password: 1234
+    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
+    password: 12345
     type: com.alibaba.druid.pool.DruidDataSource
     druid:
-      initial-size: 5
-      min-idle: 5
-      max-active: 20
-      max-wait: 30000
+      initial-size: 3
+      min-idle: 8
+      max-active: 40
+      max-wait: 10000
       time-between-eviction-runs-millis: 60000
       min-evictable-idle-time-millis: 300000
       test-while-idle: true
-      test-on-borrow: true
+      test-on-borrow: false
       test-on-return: false
       remove-abandoned: true
       remove-abandoned-timeout: 1800
@@ -41,6 +43,27 @@
         login-username: admin
         login-password: admin
         enabled: true
+    # 澶氭暟鎹簮锛歝us_item_sync_view 涓撶敤搴�
+    cus-item-sync:
+      type: com.alibaba.druid.pool.DruidDataSource
+      driver-class-name: com.mysql.cj.jdbc.Driver
+      username: root
+      password: 12345
+      url: jdbc:mysql://127.0.0.1:3306/ilc_wms_test?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
+      initial-size: 1
+      min-idle: 2
+      max-active: 12
+      max-wait: 10000
+#    erp:
+#      type: com.alibaba.druid.pool.DruidDataSource
+#      driver-class-name: com.mysql.cj.jdbc.Driver
+#      username: root
+#      password: 12345
+#      url: jdbc:mysql://127.0.0.1:3306/rsf_jdxaj?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
+#      initial-size: 1
+#      min-idle: 2
+#      max-active: 12
+#      max-wait: 10000
   servlet:
     multipart:
       maxFileSize: 100MB
@@ -64,10 +87,11 @@
             class: javax.net.ssl.SSLSocketFactory
 redis:
   host: 127.0.0.1
-  password: xltys1995
+  password:
   port: 6379
   timeout: 5000
   index: 15
+
 
 #骞冲彴鎺ュ彛淇℃伅閰嶇疆(濡傦細ERP, QMS, WCS绛�)
 platform:
@@ -78,12 +102,27 @@
     #绔彛鍙�
     port: 8080
     #鎺ュ搧閾炬帴鍓嶇紑
-    pre-path: rsf-server
-    #鎺ュ彛鏄庣粏
+    pre-path: ""
+    # Feign 璋冪敤浜戜粨鏃剁殑鏍瑰湴鍧�銆傛湰鏈烘ā鎷燂細http://127.0.0.1:8086/rsf-server锛圕loudWmsMockController锛�/dapilc/.../cusInventoryCompletionReport 绛夛級
+    base-url: http://127.0.0.1:8086/rsf-server
+    # 榧庢嵎 DAP ilcwmsplus 瀹屾垚鍙嶉锛�9.1/9.2 缁勫寘鐢級
+    dap:
+      org-no: ""
+      doc-type-in: ""
+      doc-type-out: ""
+      doc-type-adj: ""
+      unit-no: PCS
+    #鎺ュ彛鏄庣粏锛堣川妫�绛夛紱鍏ュ嚭搴撳畬鎴愬凡鍥哄畾涓� /dapilc/restful/service/ilcwmsplus/IKWebService/...锛�
     api:
-      #璐ㄦ涓婃姤鎺ュ彛
       notify-inspect: /report/inspect
-
+      in-out-result-path: /dapilc/restful/service/ilcwmsplus/IKWebService/cusInventoryCompletionReport
+      inventory-adjust-path: /api/report/inventoryAdjust
+      mat-sync-path: /api/mat/sync
+  rcs:
+    #閾炬帴
+    host: http://10.10.10.200
+    #绔彛
+    port: 8088
 #浠撳簱鍔熻兘鍙傛暟閰嶇疆
 stock:
   #鏄惁鍏佽鎵撳嵃璐х墿鏍囩锛� 榛樿鍏佽鎵撳嵃锛屼篃鍙敱渚涘簲鍟嗘彁渚涙爣绛�
@@ -95,4 +134,13 @@
     #鍒ゆ柇鏄悗妫�楠屽悎鏍煎悗锛屾墠鍏佽涓婃灦
     flagAvailable: true
     #鍒ゆ柇鏄惁鏍¢獙鍚堟牸鍚庯紝鎵嶅厑璁告敹璐�
-    flagReceiving: false
\ No newline at end of file
+    flagReceiving: false
+
+# HTTP 鎺ュ彛瀹¤锛坮sf-http-audit锛屽紩鍏ヤ緷璧栧嵆鐢熸晥锛屽彲 enabled=false 鍏抽棴锛�
+# whitelist-only=true锛氫粎 sys_http_audit_rule 鍛戒腑瑙勫垯鎵嶅啓瀹¤锛涙棤瑙勫垯鏃朵笉钀藉簱銆俧alse锛氭帓闄よ矾寰勫鍏ㄩ噺璁板綍銆�
+# rule-cache-refresh-ms锛氳鍒欒〃缂撳瓨鍒锋柊闂撮殧锛堟绉掞級
+http-audit:
+  # enabled: true
+  enabled: false
+  # 瀹¤鏁版嵁婧愶細primary / cus-item-sync
+  datasource: primary
\ No newline at end of file

--
Gitblit v1.9.1