refactor: 优化 SaToken 自动配置(认证模块),新增持久层 Redis 实现

This commit is contained in:
2023-11-26 11:43:19 +08:00
parent c59323e611
commit bcd9f91152
9 changed files with 367 additions and 44 deletions

View File

@@ -21,10 +21,10 @@
</modules>
<dependencies>
<!-- 核心模块 -->
<!-- 缓存模块 - Redisson -->
<dependency>
<groupId>top.charles7c.continew</groupId>
<artifactId>continew-starter-core</artifactId>
<artifactId>continew-starter-cache-redisson</artifactId>
</dependency>
</dependencies>
</project>