20180908工作记录

1.关于springboot集成redis的key,value序列化问题

参考:https://www.cnblogs.com/gyjx2016/p/5893192.html

2.解决Spring Boot 使用RedisTemplate 存储键值出现乱码 \xac\xed\x00\x05t\x00

参考:https://blog.csdn.net/u014481096/article/details/54134904

3.教训,这个比较是否相等要使用equal方法,不要使用 “ == ”

 if (cookie.getName().equals(cookieName)) {

                return cookie;
            }

猜你喜欢

转载自blog.csdn.net/weixin_30563001/article/details/82529804