Commit 06e26ee229423affb9a62adb3619de3a784ac7a2

Authored by liquanyu
1 parent 591b0528e6

智能建档

Showing 2 changed files with 1 additions and 13 deletions

platform-operate-api/src/main/resources/config.properties View file @ 06e26ee
... ... @@ -24,6 +24,6 @@
24 24 virtual_call_url=http://localhost:8090/Voice.ashx
25 25  
26 26  
27   -#证件照上目录D:\vs\images
  27 +#证件照上目录D:\vs\images
28 28 img_path=/data/images
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>