From bcb19e8c93c3cabf0d8eb3ee34ed819b3c5a10ef Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期一, 25 十一月 2024 13:14:11 +0800
Subject: [PATCH] #优化地图

---
 src/main/resources/application.yml |   68 ++++++++++++++++++++++++++--------
 1 files changed, 52 insertions(+), 16 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index e97295a..9688594 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,5 +1,5 @@
 server:
-  port: 8081
+  port: 8083
   servlet:
     context-path: /@pom.build.finalName@
 
@@ -9,23 +9,18 @@
   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=phyzasrs
+#    url: jdbc:sqlserver://192.168.108.248:1433;databasename=phyzasrs
     username: sa
     password: sa@123
   mvc:
     static-path-pattern: /**
   redis:
-    host: localhost
+    host: 127.0.0.1
     port: 6379
     database: 0
-#    password: xltys1995
+  #    password: xltys1995
   servlet:
     multipart:
       maxFileSize: 100MB
@@ -39,7 +34,7 @@
 #    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
 
 logging:
-  path: /stock/out/@pom.build.finalName@/logs
+  path: stock/out/@pom.build.finalName@/logs
 
 super:
   pwd: xltys1995
@@ -47,17 +42,58 @@
 swagger:
   enable: false
 
+#License鐩稿叧閰嶇疆
+license:
+  subject: phyzasrs
+  publicAlias: publicCert
+  storePass: public_zhongyang_123456789
+  licensePath: license.lic
+  publicKeysStorePath: publicCerts.keystore
+
 # 涓嬩綅鏈洪厤缃�
 wcs-slave:
   # 鍙屾繁
   doubleDeep: true
   # 鍙屾繁搴撲綅鎺掑彿
-  doubleLocs: 1,4,5,8
+  doubleLocs: 32
   # 涓�涓爢鍨涙満璐熻矗鐨勮揣鏋舵帓鏁�
-  groupCount: 4
+  groupCount: 2
+  url: http://127.0.0.1:9090/tzskwcs
 
-wms:
-  url: http://192.168.1.57:8080/wms
+#鍏ュ簱鏆傚瓨鏁�
+store:
+  bufferCount: 2
 
 erp:
-  url: http://8.133.182.21:6220/api
+  db:
+    driver_class_name: com.microsoft.sqlserver.jdbc.SQLServerDriver
+    ur: jdbc:sqlserver://192.168.1.55:1433;databasename=ufdata_998_2022
+    username: WMS
+    password: Wlzh44338
+
+agv:
+  #  url: localhost:8080
+  #  taskCreatePath: /agv/task/create
+  #  containerMoveInPath: /agv/container/moveIn
+  #  containerMoveOutPath: /agv/container/moveOut
+  #  containerArrivedPath: /agv/containerArrived
+  url: 192.168.103.12:8182
+  taskCreatePath: /rcms/services/rest/hikRpcService/genAgvSchedulingTask
+  taskCancelPath: /rcms/services/rest/hikRpcService/cancelTask
+  containerMoveInPath: /expand/api/moveIn/container
+  containerMoveOutPath: /expand/api/moveOut/container
+  containerArrivedPath: /conveyor/containerArrived
+
+u8:
+  url: http://192.168.9.3:8877
+  orderReportPath: /DBMS/U8/CM/add
+ERP:
+  url: http://39.184.149.30:8877
+  orderReportPath: /DBMS/U8/CM/add
+MES:
+  url: http://192.168.1.55:8010
+  orderReportPath: /api/RdAudit
+
+agvBasDev:
+  maxWorkNum: 1
+

--
Gitblit v1.9.1