From c904f735e0b8a488ef56744c08f8e10258639bce Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期四, 05 六月 2025 15:54:58 +0800
Subject: [PATCH] #
---
src/main/resources/application.yml | 111 ++++++++++++++-----------------------------------------
1 files changed, 29 insertions(+), 82 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index ed9f104..eb980dd 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@
@@ -7,9 +7,8 @@
application:
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=ssdasrs
username: sa
password: sa@123
mvc:
@@ -19,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
@@ -34,80 +35,26 @@
swagger:
enable: false
-# 涓嬩綅鏈洪厤缃�
-wcs-slave:
- # 鍫嗗灈鏈�
- crn[0]:
- id: 1
- ip: 192.168.3.39
- port: 5015
- rack: 0
- slot: 0
- # 鍋忕Щ閲忥紝褰撳爢鍨涙満绔欑偣鍒楀彿=1鏃讹紝鍋忕Щ閲�=0
- offset: 1
- # 鍫嗗灈鏈哄叆搴撶珯鐐�
- 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.3.65
- port: 6000
- 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: ssdasrs
+ publicAlias: publicCert
+ storePass: public_zhongyang_123456789
+ licensePath: license.lic
+ publicKeysStorePath: publicCerts.keystore
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+wms:
+ # 鏄惁寮�鍚笂鎶�
+ start: true
+ # WMS绯荤粺ip
+ #url: 10.32.53.195:8080
+ # WMS绯荤粺ip
+ url: 10.32.53.195:8080
+ # 鍏ュ簱浠诲姟鐢宠鎺ュ彛
+ inboundTaskApplyPath: api/InterFace/get_InterFace_TestStorage
+ # 浠诲姟鐘舵�佸弽棣堟帴鍙�
+ taskStatusFeedbackPath: api/InterFace/get_InterFace_TestStorage
+ # 璐т綅鐘舵�佹洿鏂版帴鍙�
+ locationUpdatePath: api/InterFace/get_InterFace_TestStorage
+ # 绉诲簱鐢宠鎺ュ彛
+ movePath: api/InterFace/get_InterFace_TestStorage
--
Gitblit v1.9.1