Commit 07016a17a1c316ce453dd30aa9ee536acf074d3d
1 parent
206dbb1a7f
Exists in
master
and in
6 other branches
系统升级
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/resources/spring/applicationContext-mvc.xml
View file @
07016a1
... | ... | @@ -36,8 +36,8 @@ |
36 | 36 | |
37 | 37 | <bean id="multipartResolver" class="org.springframework.web.multipart.commons.CommonsMultipartResolver"> |
38 | 38 | <!-- 设置上传文件的最大尺寸为10M --> |
39 | - <property name="maxUploadSize" value="102400"/> | |
40 | - <property name="maxInMemorySize" value="40960"/> | |
39 | + <property name="maxUploadSize" value="209715200"/> | |
40 | + <property name="maxInMemorySize" value="4096"/> | |
41 | 41 | <property name="defaultEncoding" value="UTF-8"/> |
42 | 42 | <property name="resolveLazily" value="true"/> |
43 | 43 | </bean> |