From 69abc2fe603e5e6282e6ff6d70463f93fdadce52 Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期二, 18 十一月 2025 15:33:18 +0800
Subject: [PATCH] *

---
 src/main/resources/application.yml |   67 ++++++++++++++++++++++++++++++---
 1 files changed, 61 insertions(+), 6 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 43082fc..2f4bdce 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,5 +1,5 @@
 server:
-  port: 8081
+  port: 8080
   servlet:
     context-path: /@pom.build.finalName@
 
@@ -10,9 +10,15 @@
     enabled: false
   datasource:
     driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
-    url: jdbc:sqlserver://localhost:1433;databasename=hylyasrs
+    url: jdbc:sqlserver://192.168.18.4:49977;databasename=srjtasrs
     username: sa
     password: sa@123
+#    url: jdbc:sqlserver://127.0.0.1:49977;databasename=srjtasrs
+#    username: sa
+#    password: sa@123
+#    url: jdbc:sqlserver://127.0.0.1:50948;databasename=srjtasrs
+#    username: sa
+#    password: sa@123
   mvc:
     static-path-pattern: /**
   redis:
@@ -26,7 +32,7 @@
       maxRequestSize: 100MB
 
 mybatis-plus:
-  mapper-locations: classpath:mapper/*.xml
+  mapper-locations: classpath:mapper/*.xml 
 #  global-config:
 #    field-strategy: 0
 #  configuration:
@@ -36,16 +42,65 @@
   path: /stock/out/@pom.build.finalName@/logs
 
 super:
-  pwd: xltys1995
+  pwd: xltys2023
 
 swagger:
   enable: false
+
+#License鐩稿叧閰嶇疆
+license:
+  subject: srjtasrs
+  publicAlias: publicCert
+  storePass: public_zhongyang_123456789
+  licensePath: license.lic
+  publicKeysStorePath: publicCerts.keystore
 
 # 涓嬩綅鏈洪厤缃�
 wcs-slave:
   # 鍙屾繁
   doubleDeep: true
   # 鍙屾繁搴撲綅鎺掑彿
-  doubleLocs: 1,4,5,8,9,12,13,16
+  doubleLocs: 1,4,5,8,9,12,13,16,17,20,21,24
   # 涓�涓爢鍨涙満璐熻矗鐨勮揣鏋舵帓鏁�
-  groupCount: 4
\ No newline at end of file
+  groupCount: 4
+  # 宸︽繁搴撲綅鎺掑彿
+  doubleLocsLeft : 1,5,9,13,17,21
+  # 鍙虫繁搴撲綅鎺掑彿
+  doubleLocsRight : 4,8,12,16,20,24
+
+
+comb:
+  limit: 5000
+
+srXghyErp:
+  url: 192.168.101.250:1082
+  # 鐮佸灈浣嶆潯鐮佷笂鎶�
+  barcodeUploadPath: EosServer/PluginGateway.ashx?pluginid=DataIOHttp&func=senddata&userno=ASRS&sign=5DD885999945BA2F3DC9A61F1B857DB3&dataname=cprkwc
+  railwayPlatformpath: EosServer/PluginGateway.ashx?pluginid=DataIOHttp&func=senddata&userno=ASRS&sign=5DD885999945BA2F3DC9A61F1B857DB3&dataname=cprkwc
+  # 鍏ュ簱涓婃姤
+  inPath: EosServer/PluginGateway.ashx?pluginid=DataIOHttp&func=senddata&userno=ASRS&sign=5DD885999945BA2F3DC9A61F1B857DB3&dataname=cprkwc
+  # 鍑哄簱涓婃姤
+  outPath: EosServer/PluginGateway.ashx?pluginid=DataIOHttp&func=senddata&userno=ASRS&sign=5DD885999945BA2F3DC9A61F1B857DB3&dataname=cpckwc
+
+srXghyMes:
+  # 涓婃姤MES瀹為檯缁勮揣鍗�
+  actualShipmentMesUrl: 172.22.152.3:8157
+  actualShipmentMes: qualityGroupList/v1/updateGroupList
+  # 涓婃姤MES鍑哄叆搴撴暟鎹�
+  productInventoryUrl: 172.22.152.3:8160
+  productInventory: productInventory/v1/saveDto
+  # 涓婃姤MES鍑哄叆搴撴暟鎹�
+  productInventoryUrlSaveListDto: 172.22.152.3:8160
+  productInventorySaveListDto: productInventory/v1/saveListDto
+  # 鏌ヨ鍗峰彿鏄惁鍚堟牸
+  qualityFinishedCheckoutUrl: 172.22.152.3:8157
+  qualityFinishedCheckout: qualityFinishedCheckout/v1/querybatchNoWMS
+
+srHangJia:
+  url: 192.168.18.229:16126
+  # 鎷嗗灈淇℃伅涓婁紶
+  reportOutPath: api/DepalletizingInfo/Post
+  # 鐮佸灈淇℃伅涓婁紶
+  reportInPath: api/PalletizingInfo/Post
+loc-move:
+  move-all: false
\ No newline at end of file

--
Gitblit v1.9.1