From 1e4cafb7b48c3aac7b6111ff496cac0a40807435 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期四, 26 九月 2024 12:38:10 +0800
Subject: [PATCH] 修改配置文件

---
 src/main/resources/application.yml |   25 +++++++++++++++----------
 1 files changed, 15 insertions(+), 10 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 411d23f..00c1eb1 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -91,21 +91,26 @@
   connectTimeout: -1
   readTimeout: -1
 
-sys:
+config:
   ver: 0.2
-  path:
-    in: D:\simu\in
-    out: D:\simu\out
-
-gedb:
+  # Gdal椹卞姩鐩綍
+  gdalPath: E:/terrait/TianJin/Zip/release-1928-x64-dev/release-1928-x64/bin
+  inPath: D:\simu\in
+  outPath: D:\simu\out
   host: http://106.120.22.26:8013/
   user: WUWEIWEI
   pwd: WUWEIWEI
   dbName: 閫氬窞姘村埄浠跨湡
   pageSize: 2000
-  layerNames: 绠$偣,绠$嚎,寤虹瓚鐗�
-  shpNames: pipePoint,pipeLine,building
-  sysFields: _ext_attr,_meta_id,_attach_files,_x,_y,_z,operatetime,operator,_is_latest,_data_type,groupid,id,shape_length,shape_area
+  layerNames:
+    - 绠$偣
+    - 绠$嚎
+    - 寤虹瓚鐗�
+  shpNames:
+    - pipePoint
+    - pipeLine
+    - building
   demName: DEM
   demType: .tif
-  demFile: dem.tif
\ No newline at end of file
+  demFile: dem.tif
+  sysFields: _ext_attr,_meta_id,_attach_files,_x,_y,_z,operatetime,operator,_is_latest,_data_type,groupid,id,shape_length,shape_area

--
Gitblit v1.9.3