非maat配置取消
This commit is contained in:
@@ -269,11 +269,11 @@
|
||||
<!-- 支持Shiro对Controller的方法级AOP安全控制 end -->
|
||||
|
||||
|
||||
<!-- 上传文件拦截,设置最大文件大小10m=10*1024*1024(B)=10485760 bytes -->
|
||||
<!-- 上传文件拦截,设置最大文件大小100m=10*1024*1024(B)=104857600 bytes -->
|
||||
<bean id="multipartResolver"
|
||||
class="org.springframework.web.multipart.commons.CommonsMultipartResolver">
|
||||
<property name="defaultEncoding" value="utf-8"></property>
|
||||
<property name="maxUploadSize" value="10485760"></property>
|
||||
<property name="maxUploadSize" value="104857600"></property>
|
||||
<!--<property name="maxInMemorySize" value="1000"></property> -->
|
||||
<property name="uploadTempDir" value="/upload"></property>
|
||||
</bean>
|
||||
|
||||
Reference in New Issue
Block a user