We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f1e1f commit 9ddc1ebCopy full SHA for 9ddc1eb
sa-token-demo-springboot/src/main/java/com/pj/satoken/SaTokenDaoRedis.java
@@ -7,15 +7,14 @@
7
import org.springframework.data.redis.core.StringRedisTemplate;
8
import org.springframework.data.redis.serializer.JdkSerializationRedisSerializer;
9
import org.springframework.data.redis.serializer.StringRedisSerializer;
10
-import org.springframework.stereotype.Component;
11
12
import cn.dev33.satoken.dao.SaTokenDao;
13
import cn.dev33.satoken.session.SaSession;
14
15
/**
16
* sa-token持久层的实现类 , 基于redis
17
*/
18
-@Component // 打开此注解,保证此类被springboot扫描,即可完成sa-token与redis的集成
+//@Component // 打开此注解,保证此类被springboot扫描,即可完成sa-token与redis的集成
19
public class SaTokenDaoRedis implements SaTokenDao {
20
21
0 commit comments