From 9d5c54be580f637daa60ce231b67b6236742e570 Mon Sep 17 00:00:00 2001
From: Junjie <xjj@123>
Date: 星期日, 27 四月 2025 15:31:58 +0800
Subject: [PATCH] #
---
src/main/resources/application.yml | 26 +++++++++++++-------------
1 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index e88b143..ea1a810 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,5 +1,5 @@
server:
- port: 9090
+ port: 8080
servlet:
context-path: /@pom.build.finalName@
@@ -8,7 +8,7 @@
name: @pom.build.finalName@
datasource:
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
- url: jdbc:sqlserver://localhost:1433;databasename=rywxasrs
+ url: jdbc:sqlserver://192.168.10.251:1433;databasename=ynhfasrs
username: sa
password: sa@123
mvc:
@@ -27,7 +27,7 @@
# field-strategy: 0
logging:
- path: /stock/out/@pom.build.finalName@/logs
+ path: ./stock/out/@pom.build.finalName@/logs
super:
pwd: xltys1995
@@ -37,24 +37,24 @@
#License鐩稿叧閰嶇疆
license:
- subject: ryzhwcs
+ subject: ynhfwcs
publicAlias: publicCert
storePass: public_zhongyang_123456789
licensePath: license.lic
publicKeysStorePath: publicCerts.keystore
wms:
+ #杈撻�佺嚎鏆傚瓨鏁�
+ count: 8
# 鏄惁寮�鍚笂鎶�
start: true
# WMS绯荤粺ip
- #url: 10.32.53.195:8080
- # WMS绯荤粺ip
- url: 10.32.53.195:8080
+ url: 192.168.10.12:8001
# 鍏ュ簱浠诲姟鐢宠鎺ュ彛
- inboundTaskApplyPath: api/InterFace/get_InterFace_TestStorage
- # 浠诲姟鐘舵�佸弽棣堟帴鍙�
- taskStatusFeedbackPath: api/InterFace/get_InterFace_TestStorage
- # 璐т綅鐘舵�佹洿鏂版帴鍙�
- locationUpdatePath: api/InterFace/get_InterFace_TestStorage
+ inboundTaskApplyPath: /wes/api/drivers/zy/asrs/inboundTaskApply
+ # 浠诲姟寮�濮嬫椂锛學CS鍥炶皟WMSz
+ taskStatusFeedbackPath: /wes/api/drivers/zy/asrs/callBack
+ # 浠诲姟瀹屾垚缁撴潫鏃讹紝WCS鍥炶皟WMS
+ TaskExecCallback: /wes/api/drivers/zy/asrs/callBack
# 绉诲簱鐢宠鎺ュ彛
- movePath: api/InterFace/get_InterFace_TestStorage
+ movePath: /wes/api/get_InterFace_TestStorage
--
Gitblit v1.9.1