About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
strugglm
10/1/2018 - 1:30 PM
share
Share
add_circle_outline
Save
Redis使用注意事项
txt
content_copy
file_download
1.所有需要缓存的实体类需要实现Serializable接口 2.修改RedisTemplate默认的key和value序列化方式 3.pom文件需要添加两个依赖(redis,cache)
clear