07 2021 档案
springframework.data.redis.serializer.SerializationException: Could not read JSON: Illegal character ((CTRL-CHAR, code 0)): only regular white space (\r, \n, \t) is allowed between tok redis json 序列化
摘要:Redis 序列化 springboot版本2.5.3 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.5.3</v 阅读全文
posted @ 2021-07-29 14:15 XIN1024 阅读(4285) 评论(0) 推荐(0)
shiro 定时监听器不生效的问题 onExpiration 不调用问题
摘要:问题 redis 抛出异常: redis.clients.jedis.ScanResult.getStringCursor()Ljava/lang/String; Method threw 'java.lang.NoSuchMethodError' exception. 说明 spring-boot 阅读全文
posted @ 2021-07-21 14:27 XIN1024 阅读(262) 评论(0) 推荐(0)