From c1a9747777ea9aee817f306475c94031e5559cc4 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期三, 23 四月 2025 20:04:12 +0800
Subject: [PATCH] 项目、工程按照录入时间升序排列
---
start/src/main/resources/application.yml | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/start/src/main/resources/application.yml b/start/src/main/resources/application.yml
index 462aa1d..031f912 100644
--- a/start/src/main/resources/application.yml
+++ b/start/src/main/resources/application.yml
@@ -5,8 +5,9 @@
# 瀹炰綋鎵弿锛屽涓猵ackage鐢ㄩ�楀彿鎴栬�呭垎鍙峰垎闅�
typeAliasesPackage: com.ycl.**.domain
configuration:
+ shrink-whitespaces-in-sql: true #浠嶴QL涓垹闄ゅ浣欑殑绌烘牸瀛楃
default-enum-type-handler: com.baomidou.mybatisplus.core.handlers.MybatisEnumTypeHandler # 閫氱敤鏋氫妇澶勭悊鍣�
- # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # 鏃ュ織鎵撳嵃
+# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # 鏃ュ織鎵撳嵃
global-config:
db-config:
id-type: auto
@@ -40,6 +41,7 @@
logging:
level:
com.ruoyi: debug
+ com.ycl: debug
org.springframework: warn
org.flowable.engine.impl.persistence.entity.*: debug
org.flowable.task.service.impl.persistence.entity.*: debug
@@ -64,9 +66,9 @@
servlet:
multipart:
# 鍗曚釜鏂囦欢澶у皬
- max-file-size: 10MB
+ max-file-size: 1024MB
# 璁剧疆鎬讳笂浼犵殑鏂囦欢澶у皬
- max-request-size: 20MB
+ max-request-size: 1024MB
# 鏈嶅姟妯″潡
devtools:
restart:
--
Gitblit v1.8.0