Commit c4f4467c by 徐高华

积分别名

parent bdc5b217
...@@ -257,6 +257,11 @@ ...@@ -257,6 +257,11 @@
<artifactId>gic-cloud-image-api</artifactId> <artifactId>gic-cloud-image-api</artifactId>
<version>${gic-cloud-image-api}</version> <version>${gic-cloud-image-api}</version>
</dependency> </dependency>
<dependency>
<groupId>com.gic</groupId>
<artifactId>gic-webapp-common</artifactId>
<version>${gic-webapp-common}</version>
</dependency>
</dependencies> </dependencies>
<build> <build>
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<mvc:annotation-driven> <mvc:annotation-driven>
<!-- 设置不使用默认的消息转换器 --> <!-- 设置不使用默认的消息转换器 -->
<mvc:message-converters register-defaults="false"> <mvc:message-converters register-defaults="false">
<bean class="com.gic.haoban.manage.web.config.LongHttpMessageConverter"/> <bean class="com.gic.web.common.converter.LongHttpMessageConverter"></bean>
<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">
<property name="supportedMediaTypes"> <property name="supportedMediaTypes">
......
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