refactor(auth): 调整 Redisson 模块为可选依赖

This commit is contained in:
2024-02-07 17:41:11 +08:00
parent 7b795194d3
commit 00bba33517
4 changed files with 16 additions and 4 deletions

View File

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