Spring Boot使用Redis缓存

Demo地址:

https://github.com/GodwinGodwin/rediscache.git

IDEA设置序列化接口serialVersionUID自动生成(其实是半自动,因为还是要按Alt+Enter)

Spring Boot使用Redis缓存_第1张图片
IDEA设置


Spring Boot使用Redis缓存_第2张图片
@CacheConfig


Spring Boot使用Redis缓存_第3张图片
@Cacheable


Spring Boot使用Redis缓存_第4张图片
@Caching
Spring Boot使用Redis缓存_第5张图片
序列化实体


Spring Boot使用Redis缓存_第6张图片
序列化实体

你可能感兴趣的:(Spring Boot使用Redis缓存)