踩坑经验,兼容二包一,傻傻分不清
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2</artifactId>
<!-- 1.x兼容版 -->
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2</artifactId>
<!-- 1.x兼容版 -->
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
展开
评论
点赞