02 2021 档案
摘要:1 package com.learn.jredis.pojo; 2 3 import java.io.Serializable; 4 5 public class User implements Serializable { 6 7 private static final long serial
阅读全文
摘要:1 @Configuration 2 public class RedisConfig { 3 @Bean 4 public RedisTemplate<String, Object> redisTemplate(RedisConnectionFactory factory) { 5 RedisTe
阅读全文
摘要:1 import org.springframework.beans.factory.annotation.Autowired; 2 import org.springframework.data.redis.core.RedisTemplate; 3 import org.springframew
阅读全文
浙公网安备 33010602011771号