refactor: 优化 JustAuth 自动配置(认证模块),使用自定义 JustAuth State 缓存 Redis 实现

This commit is contained in:
2023-11-26 12:31:38 +08:00
parent bcd9f91152
commit c167669de0
3 changed files with 10 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ import top.charles7c.continew.starter.cache.redisson.autoconfigure.RedissonAutoC
*/
@Slf4j
@NoArgsConstructor(access = AccessLevel.PRIVATE)
public abstract class SaTokenDaoConfiguration {
abstract class SaTokenDaoConfiguration {
/**
* 自定义持久层实现类-Redis