From 3d37a280c2bbefc5769053ec7298a0211ab79b8d Mon Sep 17 00:00:00 2001
From: rain <167982779@qq.com>
Date: Fri, 26 Apr 2024 08:49:33 +0800
Subject: [PATCH] 新增坐标系转换,在DB数据进出库时进行转换。优化DB成果展示的临时文件问题。
---
src/main/resources/application-prod.yml | 18 +++++++++++-------
1 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml
index 655bec5..3a8b41f 100644
--- a/src/main/resources/application-prod.yml
+++ b/src/main/resources/application-prod.yml
@@ -76,23 +76,23 @@
inbound-topic: sys/product/+/status,thing/product/+/requests
# inbound-topic: sys/product/+/+,thing/product/+/+
DRC:
- protocol: WS # @see com.dji.sample.component.mqtt.model.MqttProtocolEnum
- host: 139.196.74.78
- port: 8083
+ protocol: WSS # @see com.dji.sample.component.mqtt.model.MqttProtocolEnum
+ host: wrj.shuixiongit.com
+ port: 8084
path: /mqtt
oss:
enable: true
provider: minio
- endpoint: http://dev.jxpskj.com:9000
- external-endpoint: http://dev.jxpskj.com:9000
+ endpoint: https://dev.jxpskj.com:8026
+ external-endpoint: https://dev.jxpskj.com:8026
access-key: pskj
secret-key: pskj@2021
bucket: cloud-bucket
expire: 3600
region: us-east-1
object-dir-prefix:
- out-net-file-address: http://dev.jxpskj.com:9000
+ out-net-file-address: https://dev.jxpskj.com:8026
#图斑的解压地址和图斑文件转航线文件的地址
patches:
@@ -109,4 +109,8 @@
waylines: /home/drone/server/template/waylines.xml
target:
template: /home/drone/server/template/wpmz/template.kml
- waylines: /home/drone/server/template/wpmz/waylines.wpml
\ No newline at end of file
+ waylines: /home/drone/server/template/wpmz/waylines.wpml
+
+db:
+ sqlite:
+ resource: /home/drone/server/sqlite/resource_db.db
\ No newline at end of file
--
Gitblit v1.9.3