摘要:
redis.properties: spring-redis.xml: 红色是properties配置文件的读取 配置 绿色是读取到的配置文件的值 直接右键运行代码即可,不需要启动服务 阅读全文
posted @ 2018-07-25 17:07
爷的眼睛闪亮
阅读(349)
评论(0)
推荐(0)
摘要:
第一步: 导入jar包,maven项目可以直接添加 <dependency><groupId>log4j</groupId><artifactId>log4j</artifactId><version>1.2.17</version></dependency> 其他项目直接添加log4j-1.2.1 阅读全文
posted @ 2018-07-25 17:05
爷的眼睛闪亮
阅读(781)
评论(0)
推荐(0)
摘要:
spring-data-redis 版本:1.7.2.RELEASE junit 版本:4.12 阅读全文
posted @ 2018-07-25 16:49
爷的眼睛闪亮
阅读(204)
评论(0)
推荐(0)
关于 redis 报错 :JsonParseException: Unrecognized token 'xxx': was expecting ('true', 'false' or 'null')
摘要:
在使用java 读取redis存储的数据时出现 JsonParseException: Unrecognized token 'xiaoqiang': was expecting ('true', 'false' or 'null') 的错误 根据描述可以猜到,返回的数据格式和接收返回结果的格式不同 阅读全文
posted @ 2018-07-25 16:47
爷的眼睛闪亮
阅读(18928)
评论(0)
推荐(2)
浙公网安备 33010602011771号