From cd87c057ec64e917105bd85e4f562b54f7b165d7 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期三, 10 九月 2025 17:31:26 +0800
Subject: [PATCH] 堆垛机任务下发优化
---
src/main/resources/application.yml | 61 ++++++++++++++++++++++--------
1 files changed, 44 insertions(+), 17 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 053dbc4..2b7bec6 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,21 +1,16 @@
server:
- port: 9090
+ port: 8080
+ servlet:
+ context-path: /@pom.build.finalName@
spring:
application:
-# name: @pom.artifactId@
- name:
+ name: @pom.build.finalName@
datasource:
- # mysql
- driver-class-name: com.mysql.jdbc.Driver
- url: jdbc:mysql://127.0.0.1:3306/zy_wcs?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
- username: root
- password: xltys1995
- # sql-server
-# driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
-# url: jdbc:sqlserver://192.168.1.103:1433;databasename=cool
-# username: sa
-# password: sa@123
+ driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
+ url: jdbc:sqlserver://127.0.0.1:1433;databasename=czscwcs
+ username: sa
+ password: sa@123
mvc:
static-path-pattern: /**
redis:
@@ -23,17 +18,49 @@
port: 6379
database: 0
# password: xltys1995
+ profiles:
+ active: prod
mybatis-plus:
mapper-locations: classpath:mapper/*.xml
- global-config:
- field-strategy: 0
+# global-config:
+# field-strategy: 0
logging:
- path: /stock/out/logs
+ path: /stock/out/@pom.build.finalName@/logs
super:
pwd: xltys1995
swagger:
- enable: false
\ No newline at end of file
+ enable: false
+
+#License鐩稿叧閰嶇疆
+license:
+ subject: scwcs
+ publicAlias: publicCert
+ storePass: public_zhongyang_123456789
+ licensePath: license.lic
+ publicKeysStorePath: publicCerts.keystore
+
+wms:
+ #杈撻�佺嚎鏆傚瓨鏁�
+ count: 8
+ maxCirle: 3
+ # 鏄惁寮�鍚笂鎶�
+ start: true
+ # WMS绯荤粺ip
+ #url: 10.32.53.195:8080
+ # WMS绯荤粺ip
+ # url: 10.210.157.109:8090
+ url: 192.168.0.98:8078/dfmp
+ # 鍏ュ簱浠诲姟鐢宠鎺ュ彛
+ #inboundTaskApplyPath: api/InterFace/inboundTaskApply
+ inboundTaskApplyPath: other/api/wcs/allocation
+ # inboundTaskApplyPath: open/asrs/inboundTaskApply
+ # 浠诲姟寮�濮嬫椂锛學CS鍥炶皟WMS
+ taskStatusFeedbackPath: other/api/wcs/taskStart
+ # 浠诲姟瀹屾垚缁撴潫鏃讹紝WCS鍥炶皟WMS
+ TaskExecCallback: other/api/wcs/taskFinish
+ # 绉诲簱鐢宠鎺ュ彛
+ movePath: api/InterFace/get_InterFace_TestStorage
--
Gitblit v1.9.1