Commit ce4e1286 by 徐高华

test

parent a2a76d5c
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
<mvc:annotation-driven> <mvc:annotation-driven>
<!-- 设置不使用默认的消息转换器 --> <!-- 设置不使用默认的消息转换器 -->
<mvc:message-converters register-defaults="false"> <mvc:message-converters register-defaults="false">
<bean class="com.gic.commons.util.DateConverter" />
<bean class="com.gic.haoban.manage.web.config.LongHttpMessageConverter"/> <bean class="com.gic.haoban.manage.web.config.LongHttpMessageConverter"/>
<bean class="com.gic.haoban.common.ext.MappingJackson2HttpMessagePropertyViewConverter"/> <bean class="com.gic.haoban.common.ext.MappingJackson2HttpMessagePropertyViewConverter"/>
<bean class="org.springframework.http.converter.StringHttpMessageConverter"> <bean class="org.springframework.http.converter.StringHttpMessageConverter">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment