멀티파트 설정 추가

main
이범준 3 months ago
parent 5f0ea5649c
commit ca42e87b51

@ -66,6 +66,10 @@
<beans:property name="suffix" value=".jsp" />
</beans:bean>
<beans:bean id="multipartResolver" class="org.springframework.web.multipart.commons.CommonsMultipartResolver">
<beans:property name="maxUploadSize" value="1000000000" />
</beans:bean>
<beans:bean class="org.springframework.beans.factory.config.MethodInvokingFactoryBean">
<beans:property name="targetClass" value="org.springframework.util.Log4jConfigurer" />
<beans:property name="targetMethod" value="initLogging" />

Loading…
Cancel
Save