jackson-annotations-2.9.10.jar

 

 

jackson-databind-2.9.10.jar

 

<mvc:annotation-driven/>

    <context:component-scan base-package="com.cjy.module" />

    <bean class="org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter">
        <property name="messageConverters">
            <list>
                <bean class="org.springframework.http.converter.json.MappingJackson2HttpMessageConverter"/>
            </list>
        </property>
    </bean>

    <bean class="org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter" />
    <bean class="org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter" />

 

相关文章:

  • 2021-09-24
  • 2021-06-27
  • 2021-11-05
  • 2022-01-08
  • 2022-12-23
  • 2022-02-09
  • 2022-02-09
  • 2021-07-27
猜你喜欢
  • 2021-05-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-14
  • 2021-11-05
  • 2022-12-23
相关资源
相似解决方案