account模块相关表引入

This commit is contained in:
张松
2025-02-08 17:44:11 +08:00
parent f9a3d37bb1
commit 0204f427cc
26 changed files with 581 additions and 10 deletions

View File

@@ -18,6 +18,16 @@
</dependency>
<!-- Sa-Token 权限认证在线文档https://sa-token.cc -->
<!-- start -->
<!-- 提供Redis连接池 -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
</dependency>
<!-- Sa-Token 整合 Redis (使用 jdk 默认序列化方式) -->
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-redis</artifactId>
</dependency>
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-spring-boot3-starter</artifactId>