Commit 06e26ee229423affb9a62adb3619de3a784ac7a2
1 parent
591b0528e6
Exists in
master
and in
6 other branches
智能建档
Showing 2 changed files with 1 additions and 13 deletions
platform-operate-api/src/main/resources/config.properties
View file @
06e26ee
platform-operate-api/src/main/resources/spring/applicationContext-mvc.xml
View file @
06e26ee
... | ... | @@ -41,17 +41,5 @@ |
41 | 41 | <bean class="com.lymsh.mommybaby.operateapi.inteceptor.PermissionValidateInteceptor"/>--> |
42 | 42 | </mvc:interceptors> |
43 | 43 | |
44 | - | |
45 | - <bean id="multipartResolver" | |
46 | - class="org.springframework.web.multipart.commons.CommonsMultipartResolver"> | |
47 | - <!-- 上传文件大小上限,单位为字节(10MB) --> | |
48 | - <property name="maxUploadSize"> | |
49 | - <value>10485760</value> | |
50 | - </property> | |
51 | - <property name="defaultEncoding"> | |
52 | - <value>UTF-8</value> | |
53 | - </property> | |
54 | - </bean> | |
55 | - | |
56 | 44 | </beans> |