mirror of
https://github.com/continew-org/continew-starter.git
synced 2025-09-09 19:03:56 +08:00
refactor: 优化 JustAuth 自动配置(认证模块),使用自定义 JustAuth State 缓存 Redis 实现
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user