From 8d9a2d656e4ae007590c622e5f7c228adacdca49 Mon Sep 17 00:00:00 2001
From: rain <167982779@qq.com>
Date: Fri, 14 Jun 2024 10:11:36 +0800
Subject: [PATCH] 统一风格
---
src/main/resources/application-dev.yml | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml
index 80e4a08..2578bd0 100644
--- a/src/main/resources/application-dev.yml
+++ b/src/main/resources/application-dev.yml
@@ -92,7 +92,7 @@
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,12 @@
waylines: src/main/resources/template/waylines.xml
target:
template: src/main/resources/template/wpmz/template.kml
- waylines: src/main/resources/template/wpmz/waylines.wpml
\ No newline at end of file
+ waylines: src/main/resources/template/wpmz/waylines.wpml
+
+
+db:
+ sqlite:
+ resource: DB/resource_db.db
+ result: DB/result_db.db
+ resultSave: src/main/resources/tmp
+ resourceSave: src/main/resources/tmp
\ No newline at end of file
--
Gitblit v1.9.3