86jkuncle
Results
1
issues of
86jkuncle
我使用的 springboot 版本是 2.7.18,引入的 shiro和shiro-redis相关依赖为 ``` org.apache.shiro shiro-spring-boot-web-starter 1.13.0 org.springframework.boot spring-boot-starter-logging org.crazycake shiro-redis-spring-boot-starter 3.3.1 ``` 这是我的 RedisCacheManager 配置 ``` @Bean public RedisCacheManager cacheManager() { RedisCacheManager redisCacheManager = new RedisCacheManager(); redisCacheManager.setValueSerializer(new...