Spring Boot使用Redis缓存
2018-04-03 本文已影响15人
神游御风
Demo地址:
https://github.com/GodwinGodwin/rediscache.git
IDEA设置序列化接口serialVersionUID自动生成(其实是半自动,因为还是要按Alt+Enter)
IDEA设置
@CacheConfig
@Cacheable
@Caching
序列化实体
序列化实体
https://github.com/GodwinGodwin/rediscache.git
IDEA设置
@CacheConfig
@Cacheable
@Caching
序列化实体
序列化实体