diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 523714f..0d0450a 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -24,6 +24,9 @@ server.error.whitelabel.enabled=false # respone success status code respone.status.success=STAT_0 +spring.servlet.multipart.max-file-size=10MB +spring.servlet.multipart.max-request-size=10MB + # boot admin setting #spring.mvc.pathmatch.matching-strategy=ant_path_matcher #spring.boot.admin.client.instance.service-url=http://localhost:8089