From 577701a313e21448467558b0a507bb7196415674 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期二, 16 七月 2024 14:14:33 +0800
Subject: [PATCH] 添加参数验证

---
 src/main/resources/application-dev.yml |   32 ++++++--------------------------
 1 files changed, 6 insertions(+), 26 deletions(-)

diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml
index 1a85cef..3088199 100644
--- a/src/main/resources/application-dev.yml
+++ b/src/main/resources/application-dev.yml
@@ -1,26 +1,6 @@
-server:
-  tomcat:
-    uri-encoding: UTF-8
-    max-connections: 5000
-    max-http-form-post-size: 50MB
-    threads:
-      max: 2000
-  port: 8079
-  servlet:
-    context-path: /simuserver
-
-spring:
-  mvc:
-    pathmatch:
-      # 瑙e喅Knife4j杩愯鎶ラ敊
-      matching-strategy: ant_path_matcher
-  application:
-    name: simuserver
-
-knife4j:
-  # 鏄惁寮�鍚�
-  enabled: true
-  # 璇锋眰鍓嶇紑
-  pathMapping:
-  # 鏄惁寮�鍚寮烘ā寮�
-  enable: true
+sys:
+  path:
+    # Gdal椹卞姩鐩綍
+    gdal: E:/terrait/TianJin/Zip/release-1928-x64-dev/release-1928-x64/bin
+    # 鍒嗘瀽鏁版嵁鏁版嵁
+    data: D:/simu/

--
Gitblit v1.9.3