From 153755a112e38d41335a9b2840e9ce37e5d5f829 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 25 四月 2025 18:01:18 +0800
Subject: [PATCH] 代码初始化

---
 server/src/main/resources/application.yml |   25 +++++++++++++------------
 1 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/server/src/main/resources/application.yml b/server/src/main/resources/application.yml
index d8aeda8..1936abe 100644
--- a/server/src/main/resources/application.yml
+++ b/server/src/main/resources/application.yml
@@ -7,13 +7,9 @@
   # 妯″紡锛宼esting娴嬭瘯妯″紡
   mode: testing
 
-# WEB鏈嶅姟鍣ㄩ厤缃�
-server:
-  port: 10010
-
 spring:
   profiles:
-    active: dev
+    active: test
   # JSON杩斿洖閰嶇疆
   jackson:
     # 榛樿鏃跺尯
@@ -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,8 @@
   configuration:
     map-underscore-to-camel-case: true
     log-impl: com.doumee.config.mybatis.DmStdOutImpl
-
+#    log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
+#    log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl
 
 
 # 缂撳瓨鍐呭璁剧疆
@@ -61,17 +62,17 @@
 
 # 鏃ュ織閰嶇疆
 logback:
-  level: INFO
+  level: ERROR
   appender: ${project.env}
 # 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: ERROR
 auth:
   jwt:
     enabled: true   #鏄惁寮�鍚疛WT鐧诲綍璁よ瘉鍔熻兘

--
Gitblit v1.9.3