@@ -3,8 +3,8 @@ spring:
active: ${activeProfile:local}
servlet:
multipart:
- max-file-size: 1000MB
- maxRequestSize: 1000MB
+ max-file-size: -1
+ maxRequestSize: -1
server:
port: 8808