- 博客(4)
- 收藏
- 关注
原创 fastjson2基于public的field和getter方法序列化
使用fastjson1.2.83作为消息转换器时,定义的response对象中A,B会被序列化为:而升级为fastjson2.0.32后,定义的response对象中A,B会被序列化为:response对象:fastjson2 默认是基于 public 的 field 和 getter 方法序列化,而上述两个字段 A,B 的 getter 方法被重写为 get_A,get_B。
2024-04-02 10:05:58 357
原创 fastjson2 和 spring 版本冲突问题解决,附各种 json 工具消息转换器写法
SpringMVC的HttpMessageConverter(消息转换器)自定义,原使用 fastjson1 ,需要升级为 fastjson2。spring web版本为,fastjson1版本为, fastjson2版本为。
2024-02-29 17:23:55 1183
原创 maven package报错:You have to use a classifier to attach supplemental artifacts to the project...
来生成同一个项目的两个普通JAR包会导致冲突,即Maven不知道应该生成哪个作为最终的主要工件(artifact)。
2024-02-28 18:16:33 2571 1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人