摘要:
https://www.jianshu.com/p/be2c09cd27d8 #缓存的名称集合,多个采用逗号分割 spring.cache.cache-names= #缓存的类型,官方提供了很多,这里我们填写redis spring.cache.type= #是否缓存null数据,默认是false 阅读全文
摘要:
RedisTemplate:通过RedisTemplate获取字节数组(byte[]) 原文:https://www.codeleading.com/article/27755177535/ public byte[] get(byte[] key) { // 使用了lambda表达式 return 阅读全文