From a06e2ee872f15d747069645243341bd81c36e236 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 17 七月 2024 09:42:45 +0800
Subject: [PATCH] 1

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

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 1a85cef..0188b74 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,26 +1,16 @@
 server:
-  tomcat:
-    uri-encoding: UTF-8
-    max-connections: 5000
-    max-http-form-post-size: 50MB
-    threads:
-      max: 2000
   port: 8079
   servlet:
-    context-path: /simuserver
+    context-path: /
 
 spring:
   mvc:
     pathmatch:
-      # 瑙e喅Knife4j杩愯鎶ラ敊
       matching-strategy: ant_path_matcher
   application:
-    name: simuserver
+    name: SimuServer
 
-knife4j:
-  # 鏄惁寮�鍚�
-  enabled: true
-  # 璇锋眰鍓嶇紑
-  pathMapping:
-  # 鏄惁寮�鍚寮烘ā寮�
-  enable: true
+sys:
+  ver: 0.1
+  path:
+    data: D:/simu/
\ No newline at end of file

--
Gitblit v1.9.3