From e9d45b4a6046241d9b6fd9c1be5070ff6da5036d Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Sat, 28 May 2022 11:23:06 +0800 Subject: [PATCH] 20220528 --- src/main/resources/application.yml | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index c358c69..7230ba1 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -5,7 +5,12 @@ spring: profiles: - active: dev + active: test + + servlet: + multipart: + max-file-size: 10MB + max-request-size: 100MB thymeleaf: cache: false -- Gitblit v1.9.1