文件大小调整为100M

导入最大值调整为10000
This commit is contained in:
duandongmei
2019-01-05 12:04:18 +06:00
parent 795375e5e1
commit ad0a04872c
2 changed files with 20 additions and 20 deletions

View File

@@ -247,7 +247,7 @@
<bean id="multipartResolver"
class="com.nis.interceptor.MultipartFileIntercepter" >
<property name="defaultEncoding" value="utf-8"></property>
<property name="maxUploadSize" value="20917520"></property><!-- 5*1024*1024 -->
<property name="maxUploadSize" value="104857600"></property><!-- 100M*1024*1024 -->
</bean>
<bean