update 重构 抽取 jackson 功能 ruoyi-common-json 成为独立模块

This commit is contained in:
疯狂的狮子Li
2023-01-31 22:13:58 +08:00
parent bf344753fb
commit 771a1045ee
42 changed files with 92 additions and 46 deletions

View File

@@ -41,16 +41,6 @@
<artifactId>commons-lang3</artifactId>
</dependency>
<!-- JSON工具类 -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
</dependency>
<!-- servlet包 -->
<dependency>
<groupId>jakarta.servlet</groupId>
@@ -72,6 +62,12 @@
<artifactId>hutool-extra</artifactId>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-json</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>