文件大小调整为100M
导入最大值调整为10000
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user