redis整合springboot的helloworld

引入依賴 compile 'org.springframework.boot:spring-boot-starter-data-redis' 使用redis有兩種方法java 1.Jedismysql Jedis jedis = new Jedis("localhost"); 2.RedisTemplategit @Autowired private RedisTemplate redisTemp
相關文章
相關標籤/搜索