From 16332a341801f80d27830d2ea4e683b4ab21167c Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期一, 21 四月 2025 18:28:00 +0800
Subject: [PATCH] 工单业务

---
 server/src/main/resources/application.yml |   19 +++++++++----------
 1 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/server/src/main/resources/application.yml b/server/src/main/resources/application.yml
index d8aeda8..f41fa85 100644
--- a/server/src/main/resources/application.yml
+++ b/server/src/main/resources/application.yml
@@ -7,10 +7,6 @@
   # 妯″紡锛宼esting娴嬭瘯妯″紡
   mode: testing
 
-# WEB鏈嶅姟鍣ㄩ厤缃�
-server:
-  port: 10010
-
 spring:
   profiles:
     active: dev
@@ -26,6 +22,10 @@
     auto-startup: true
     # 璋冨害鍣ㄥ悕绉�
     scheduler-name: EvaScheduler
+  servlet:
+    multipart:
+      max-file-size: 50MB
+      max-request-size: 50MB
 
 # MyBatis閰嶇疆
 mybatis-plus:
@@ -33,7 +33,6 @@
   configuration:
     map-underscore-to-camel-case: true
     log-impl: com.doumee.config.mybatis.DmStdOutImpl
-
 
 
 # 缂撳瓨鍐呭璁剧疆
@@ -66,12 +65,12 @@
 # dao灞傜殑鏃ュ織璁剧疆涓篸ebug锛屾柟渚挎煡鐪媠ql
 logging:
   level:
-    com.doumee.dao: DEBUG
     # JOB鐩稿叧
-    com.doumee.dao.system.SystemJobMapper: INFO
-    com.doumee.dao.system.SystemJobListMapper: INFO
-    com.doumee.dao.system.SystemJobSnippetMapper: INFO
-    com.doumee.dao.system.SystemJobLogMapper: INFO
+    com.doumee.dao.system.SystemJobMapper: ERROR
+    com.doumee.dao.system.SystemJobListMapper: ERROR
+    com.doumee.dao.system.SystemJobSnippetMapper: ERROR
+    com.doumee.dao.system.SystemJobLogMapper: ERROR
+    com.doumee.dao.business: DEBUG
 auth:
   jwt:
     enabled: true   #鏄惁寮�鍚疛WT鐧诲綍璁よ瘉鍔熻兘

--
Gitblit v1.9.3