From b78572fb09a2c63398e8d87bd19d5d3f92f5aa58 Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期五, 10 四月 2026 15:17:26 +0800
Subject: [PATCH] 1

---
 zy-asc-conveyor/src/main/resources/application.yml |   26 ++++++++++++++++++++------
 1 files changed, 20 insertions(+), 6 deletions(-)

diff --git a/zy-asc-conveyor/src/main/resources/application.yml b/zy-asc-conveyor/src/main/resources/application.yml
index e39cc61..38fb42b 100644
--- a/zy-asc-conveyor/src/main/resources/application.yml
+++ b/zy-asc-conveyor/src/main/resources/application.yml
@@ -16,6 +16,15 @@
   mvc:
     static-path-pattern: /**
 
+redis:
+  host: localhost
+  password: xltys1995
+  port: 6379
+  max: 30
+  min: 10
+  timeout: 5000
+  index: 6
+
 logging:
   file:
     path: /stock/out/cv/logs
@@ -79,8 +88,6 @@
     port: 102
     rack: 0
     slot: 0
-    barcodeNumber:
-      - 1
     staNos:
       - 1001
       - 1002
@@ -88,6 +95,16 @@
       - 1004
       - 1005
       - 1006
+      - 1007
+      - 1008
+      - 1009
+      - 1010
+      - 1011
+      - 1012
+      - 1013
+    staNosError:
+      - 1006
+    barcodeArr:
       - 1007
     # ctu鏀捐揣绔欑偣
     releaseSta[0]:
@@ -106,9 +123,6 @@
       # 鏈珯鐐�
       staNo: 1007
   # 鏉$爜鎵弿浠�1
-  barcode[0]:
-    id: 1
-    ip: 10.10.10.194
-    port: 51236
+
 
 

--
Gitblit v1.9.1