会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
娃仔
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
2019年2月15日
springboot整合redis
摘要: 向Redis中存储键值对时会出现,key:\xAC\xED\x00\x05t\x00\x1xxxxxxx value:\xAC\xED\x00\x05t\x00 xxxxxx 的情况: 原因:springboot默认使用JdkSerializationRedisSerializer序列化方式 解决:
阅读全文
posted @ 2019-02-15 14:47 我想涨工资
阅读(151)
评论(0)
推荐(0)
编辑
2019年1月9日
SpringBoot项目搭建完成后的问题
摘要: SpringBoot: 1.Springboot启动类中main方法SpringApplication.run(SpringdemoApplication.class, args);中的类需要时是启动类本身,否则会报Unable to start EmbeddedWebApplicationCont
阅读全文
posted @ 2019-01-09 10:10 我想涨工资
阅读(332)
评论(0)
推荐(0)
编辑
2018年12月21日
el表达式取Map取值
摘要: Map: EL表达式在解析Integer类型数字的时候,会自动把数字转换成Long类型,后台使用Integer类型作为Map的key值,进行判断的时候Integer与Long对象不相等。导致无法取出value值
阅读全文
posted @ 2018-12-21 14:47 我想涨工资
阅读(341)
评论(0)
推荐(0)
编辑