From 06e1ebee3ec23ceed20477eba43b2925ef6bb0c3 Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期二, 08 四月 2025 15:33:46 +0800
Subject: [PATCH] *
---
src/main/resources/application.yml | 30 +++++++++++++++++++++++++++---
1 files changed, 27 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 2263b83..d81beaf 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://192.168.4.15:1433;databasename=wcs_dev
+ url: jdbc:sqlserver://127.0.0.1:1433;databasename=rywxasrs
username: sa
password: sa@123
mvc:
@@ -35,5 +35,29 @@
swagger:
enable: false
+#License鐩稿叧閰嶇疆
+license:
+ subject: ryzhwcs
+ publicAlias: publicCert
+ storePass: public_zhongyang_123456789
+ licensePath: license.lic
+ publicKeysStorePath: publicCerts.keystore
+
wms:
- url: localhost:8081/htwms3
+ # 鏄惁寮�鍚笂鎶�
+ start: true
+ # WMS绯荤粺ip
+ #url: 10.32.53.195:8080
+ # WMS绯荤粺ip
+ # url: 10.210.157.109:8090
+ url: 10.210.157.26:8090
+ # 鍏ュ簱浠诲姟鐢宠鎺ュ彛
+ #inboundTaskApplyPath: api/InterFace/inboundTaskApply
+ inboundTaskApplyPath: sugood/inboundTaskApply
+ # inboundTaskApplyPath: open/asrs/inboundTaskApply
+ # 浠诲姟鐘舵�佸弽棣堟帴鍙�
+ taskStatusFeedbackPath: sugood/taskStatusReport
+ # 璐т綅鐘舵�佹洿鏂版帴鍙�
+ locationUpdatePath: api/InterFace/get_InterFace_TestStorage
+ # 绉诲簱鐢宠鎺ュ彛
+ movePath: api/InterFace/get_InterFace_TestStorage
--
Gitblit v1.9.1