alibaba / fastjson2

🚄 FASTJSON2 is a Java JSON library with excellent performance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

如何替换原来的SpringMVC统一的json消息转换器

javaHBZ opened this issue · comments

image
image

@javaHBZ Hi, fastjson2对SpringMVC的支持com.alibaba.fastjson2.support.spring.http.converter.FastJsonHttpMessageConverter在扩展包里面:

<dependency>
    <groupId>com.alibaba.fastjson2</groupId>
    <artifactId>fastjson2-extension</artifactId>
    <version>2.0.x</version>
</dependency>

关于Features的使用请参考https://github.com/alibaba/fastjson2/wiki/Features_cn

@VictorZeng 好的 感谢您的回复

会导致swagger用不了

@logan2013 能否提供一下测试数据和测试用例说明一下~