From aa01829055f7711f6b46c40632997641e1a9e38d Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Mon, 04 Jul 2022 19:54:13 +0800 Subject: [PATCH] fix --- src/main/resources/application-test.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index 91da737..31d19f5 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -74,7 +74,7 @@ servlet: multipart: - max-file-size: 10MB + max-file-size: 5MB max-request-size: 100MB mybatis-plus: mapper-locations: classpath:mapper/*.xml -- Gitblit v1.9.1