From 5317a45f64ae948e7351cce8ccf06ed88ffe4eeb Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期一, 20 十月 2025 10:30:03 +0800
Subject: [PATCH] 新增AGV拣料回库或者移动
---
src/main/resources/application.yml | 47 ++++++++++++++++++++++++++++++++++-------------
1 files changed, 34 insertions(+), 13 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index e97295a..256b4c3 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,5 +1,5 @@
server:
- port: 8081
+ port: 8082
servlet:
context-path: /@pom.build.finalName@
@@ -9,14 +9,8 @@
jmx:
enabled: false
datasource:
- # mysql
-# driver-class-name: com.mysql.jdbc.Driver
-# url: jdbc:mysql://127.0.0.1:3306/cool?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://localhost:1433;databasename=htasrs
+ url: jdbc:sqlserver://127.0.0.1:1433;databasename=jxtlfasrs-yclk
username: sa
password: sa@123
mvc:
@@ -32,7 +26,7 @@
maxRequestSize: 100MB
mybatis-plus:
- mapper-locations: classpath:mapper/*.xml
+ mapper-locations: classpath:mapper/*.xml
# global-config:
# field-strategy: 0
# configuration:
@@ -47,6 +41,14 @@
swagger:
enable: false
+#License鐩稿叧閰嶇疆
+license:
+ subject: jxtlfasrsyclk
+ publicAlias: publicCert
+ storePass: public_zhongyang_123456789
+ licensePath: license.lic
+ publicKeysStorePath: publicCerts.keystore
+
# 涓嬩綅鏈洪厤缃�
wcs-slave:
# 鍙屾繁
@@ -56,8 +58,27 @@
# 涓�涓爢鍨涙満璐熻矗鐨勮揣鏋舵帓鏁�
groupCount: 4
-wms:
- url: http://192.168.1.57:8080/wms
-
+#erp瀵规帴
erp:
- url: http://8.133.182.21:6220/api
+ #鍦板潃
+ address:
+ URL: http://192.168.3.102:16001
+ #鐧诲綍鍦板潃
+ loginaddress: K3CLOUD/Kingdee.BOS.WebApi.ServicesStub.AuthService.ValidateUser.common.kdsvc
+ #鍗曟嵁锛屽晢鍝佹。妗堝湴鍧�
+ inaddress: K3CLOUD/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.ExecuteBillQuery.common.kdsvc
+ #缁撴灉涓婃姤锛堝鏍革級鍗曞湴鍧�
+ outaddress: K3CLOUD/Kingdee.BOS.WebApi.ServicesStub.DynamicFormService.Audit.common.kdsvc
+ #鐧诲綍璐﹀彿绠$悊
+ login :
+ acctID: "67af18a2bc317c"
+ username: "绔嬪簱"
+ password: "123456"
+ lcid: 2052
+
+#RCS
+rcs:
+ address:
+ url: http://178.18.1.220:50001
+ #浠诲姟涓嬪彂鍦板潃
+ attrcs: rbrainrobot/create_task
\ No newline at end of file
--
Gitblit v1.9.1