移除fastjosn1.x依赖,优化fastjson2配置类

This commit is contained in:
谭凯凯
2025-02-12 09:50:38 +08:00
committed by Tankaikai
parent 9b25a2b09b
commit e2473f4630
5 changed files with 48 additions and 16 deletions

View File

@@ -146,6 +146,11 @@
<artifactId>fastjson2</artifactId>
<version>${fastjson2.version}</version>
</dependency>
<dependency>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-extension-spring6</artifactId>
<version>${fastjson2.version}</version>
</dependency>
<!-- Spring Boot与nacos整合的核心依赖 -->
<dependency>