美文网首页
SpringBoot中集成fastjson

SpringBoot中集成fastjson

作者: 励志做一名老中医 | 来源:发表于2018-04-04 14:29 被阅读20次

    其实我也不知道为什么要集成fasijson不过学习的过程中遇到了,暂且就记下来.

    1. pom文件引入jar

     问题1: fastjson 的版本有什么要求吗?

    答: 有    需达到1.2.10以上   因为 对于httpMessageconvert,fastjson102.10上是有两个方法支持的.具体为什么没有深入研究.

    2. 更改主函数类

    2.1 方法1:

    2.1.1 主函数继承  extends WebMvcConfigurerAdapter

    2.1.2 重写configureMessageConverters方法

    2.2 方法2:

    2.2.1通过Bean注入.

    相关文章

      网友评论

          本文标题:SpringBoot中集成fastjson

          本文链接:https://www.haomeiwen.com/subject/fjpkhftx.html