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

@@ -13,6 +13,7 @@
<artifactId>ruoyi-common-satoken</artifactId>
<dependencies>
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-common-core</artifactId>
@@ -29,11 +30,13 @@
<groupId>cn.dev33</groupId>
<artifactId>sa-token-spring-boot3-starter</artifactId>
</dependency>
<!-- Sa-Token 整合 jwt -->
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-jwt</artifactId>
</dependency>
</dependencies>
</project>