From 45e2d2bab02637a15c8e85eec020e71f9fd5f103 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期四, 20 二月 2025 21:08:00 +0800
Subject: [PATCH] 项目所属单位由前端传递
---
start/src/main/resources/application.yml | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/start/src/main/resources/application.yml b/start/src/main/resources/application.yml
index 4aab901..3be20ad 100644
--- a/start/src/main/resources/application.yml
+++ b/start/src/main/resources/application.yml
@@ -64,14 +64,18 @@
servlet:
multipart:
# 鍗曚釜鏂囦欢澶у皬
- max-file-size: 10MB
+ max-file-size: 100MB
# 璁剧疆鎬讳笂浼犵殑鏂囦欢澶у皬
- max-request-size: 20MB
+ max-request-size: 100MB
# 鏈嶅姟妯″潡
devtools:
restart:
# 鐑儴缃插紑鍏�
enabled: false
+ # 鏃ユ湡鏍煎紡
+ jackson:
+ date-format: yyyy-MM-dd HH:mm:ss
+ time-zone: GMT+8
# token閰嶇疆
token:
--
Gitblit v1.8.0