From 32a7318c27cb984cc21776be4d49e72d80d4b0a9 Mon Sep 17 00:00:00 2001
From: cl <1442464845@qq.com>
Date: 星期三, 08 四月 2026 15:44:37 +0800
Subject: [PATCH] 日志1

---
 rsf-server/src/main/resources/application-dev.yml |   90 ++++++++++++++++++++++++++++++++++++++++----
 1 files changed, 81 insertions(+), 9 deletions(-)

diff --git a/rsf-server/src/main/resources/application-dev.yml b/rsf-server/src/main/resources/application-dev.yml
index 87745e5..76ca7f2 100644
--- a/rsf-server/src/main/resources/application-dev.yml
+++ b/rsf-server/src/main/resources/application-dev.yml
@@ -1,18 +1,24 @@
 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://127.0.0.1:3306/rsf?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
+    driver-class-name: com.mysql.cj.jdbc.Driver
     username: root
-    password: xltys1995
+    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
@@ -43,12 +49,78 @@
       maxRequestSize: 100MB
   jmx:
     enabled: false
-
+  mail:
+    from: t1731253606@163.com
+    host: smtp.163.com
+    port: 465
+    username: t1731253606@163.com
+    password: FCqETysH8TfuPqkY
+    properties:
+      mail:
+        smtp:
+          auth: true
+          ssl: true
+          connectiontimeout: 5000
+          timeout: 5000
+          socketFactory:
+            class: javax.net.ssl.SSLSocketFactory
 redis:
   host: 127.0.0.1
   password: xltys1995
   port: 6379
-  max: 30
-  min: 10
   timeout: 5000
-  index: 11
+  index: 15
+
+#骞冲彴鎺ュ彛淇℃伅閰嶇疆(濡傦細ERP, QMS, WCS绛�)
+platform:
+  #浼佷笟ERP骞冲彴
+  erp:
+    #localhost
+    host: http://127.0.0.1
+    #绔彛鍙�
+    port: 8080
+    #鎺ュ搧閾炬帴鍓嶇紑
+    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:
+  #鏄惁鍏佽鎵撳嵃璐х墿鏍囩锛� 榛樿鍏佽鎵撳嵃锛屼篃鍙敱渚涘簲鍟嗘彁渚涙爣绛�
+  flagPrinter: false
+  #鏄惁鑷姩鐢熸垚ASN鍗曪紙榛樿锛氭槸锛夛紝涓恒�庡惁銆忓垯寮�鍚疨O鍗曟墜鍔ㄧ敓鎴怉SN鍗曞姛鑳�
+  flagAutoAsn: false
+  #璐ㄦ鍔熻兘 鏄惁鏍¢獙涓婃灦锛堥粯璁わ細鏄級锛屾槸鍚︽牎楠屾敹璐э紙榛樿锛氬惁锛�
+  inspect:
+    #鍒ゆ柇鏄悗妫�楠屽悎鏍煎悗锛屾墠鍏佽涓婃灦
+    flagAvailable: true
+    #鍒ゆ柇鏄惁鏍¢獙鍚堟牸鍚庯紝鎵嶅厑璁告敹璐�
+    flagReceiving: false
+
+# HTTP 鎺ュ彛瀹¤锛坮sf-http-audit锛屽紩鍏ヤ緷璧栧嵆鐢熸晥锛屽彲 enabled=false 鍏抽棴锛�
+http-audit:
+  enabled: true
+  query-response-max-chars: 500
+  max-response-store-chars: 65535
+  path-descriptions:
+    "/erp/order": "浜戜粨-璁㈠崟鏌ヨ"
+    "/erp/order/add": "浜戜粨-鍗曟嵁涓嬪彂"
+    "/erp/order/addAll": "浜戜粨-鎵归噺鍗曟嵁涓嬪彂"
+    "/erp/order/cancel": "浜戜粨-鍙栨秷鍗曟嵁"
\ No newline at end of file

--
Gitblit v1.9.1