From 3c6df3daea5be783756fe860abd5ce38119474ae Mon Sep 17 00:00:00 2001
From: ynhfasrs <ynhfasrs@qq.com>
Date: 星期六, 27 九月 2025 14:25:16 +0800
Subject: [PATCH] #
---
src/main/resources/application.yml | 112 +++++++++++++++-----------------------------------------
1 files changed, 30 insertions(+), 82 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 63be732..e28eda0 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,14 +1,14 @@
server:
- port: 9090
+ port: 8080
+ servlet:
+ context-path: /@pom.build.finalName@
spring:
application:
-# name: @pom.artifactId@
- name:
+ name: @pom.build.finalName@
datasource:
- # sql-server
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
- url: jdbc:sqlserver://127.0.0.1:1433;databasename=jsasrs
+ url: jdbc:sqlserver://127.0.0.1:1433;databasename=ynhfasrs
username: sa
password: sa@123
mvc:
@@ -18,14 +18,16 @@
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
@@ -33,78 +35,24 @@
swagger:
enable: false
-# 涓嬩綅鏈洪厤缃�
-wcs-slave:
- # 鍫嗗灈鏈�
-# crn[0]:
-# id: 1
-# ip: 192.168.6.9
-# port: 102
-# rack: 0
-# slot: 0
-# # 鍫嗗灈鏈哄叆搴撶珯鐐�
-# crnInStn[0]:
-# devpPlcId: ${wcs-slave.devp[0].id}
-# staNo: 5
-# row: 2
-# bay: 1
-# lev: 1
-# # 鍫嗗灈鏈哄嚭搴撶珯鐐�
-# crnOutStn[0]:
-# devpPlcId: ${wcs-slave.devp[0].id}
-# staNo: 6
-# row: 1
-# bay: 1
-# lev: 1
- # 杈撻�佺嚎
- devp[0]:
- id: 1
- ip: 192.168.2.125
- port: 102
- rack: 0
- slot: 1
- # 鍏ュ簱鍙�
- inSta[0]:
- staNo: 2
- barcode: ${wcs-slave.barcode[0].id}
- # 绌烘澘鍏ュ簱鍙�
- emptyInSta[0]:
- staNo: 2
- # 鍑哄簱鍙�
- outSta[0]:
- staNo: 6
- # 鎷f枡鍏ュ簱鍙�
- pickSta[0]:
- staNo: 2
- # 鏉$爜鎵弿浠�
- barcode[0]:
- id: 1
- ip: 192.168.2.150
- port: 51236
- # LED
- led[0]:
- id: 1
- ip: 192.168.1.1
- port: 8888
- # 纾呯О
- scale[0]:
- id: 1
- ip: 192.168.1.1
- port: 8888
+#License鐩稿叧閰嶇疆
+license:
+ subject: ynhfwcs
+ publicAlias: publicCert
+ storePass: public_zhongyang_123456789
+ licensePath: license.lic
+ publicKeysStorePath: publicCerts.keystore
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+wms:
+ #杈撻�佺嚎鏆傚瓨鏁�
+ count: 8
+ # 鏄惁寮�鍚笂鎶�
+ start: true
+ # WMS绯荤粺ip
+ url: 192.168.10.12:8001
+ # 鍏ュ簱浠诲姟鐢宠鎺ュ彛
+ inboundTaskApplyPath: /wes/api/drivers/zy/asrs/inboundTaskApply
+ # WCS鍥炶皟WMS
+ TaskExecCallback: /wes/api/drivers/zy/asrs/callback
+ # 绉诲簱鐢宠鎺ュ彛
+ movePath: /wes/api/get_InterFace_TestStorage
--
Gitblit v1.9.1