refactor: sa-token-spring-boot-autoconfig 默认引入 sa-token-jackson

This commit is contained in:
click33
2025-02-23 16:07:09 +08:00
parent 6c2de3c99e
commit 5af713fc9d
4 changed files with 17 additions and 11 deletions

View File

@@ -42,7 +42,13 @@
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<!-- jackson 序列化、redis集成、SSO、OAuth2 等模块要用到 -->
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-jackson</artifactId>
</dependency>
<!-- OAuth2.0 (optional) -->
<dependency>
<groupId>cn.dev33</groupId>