首頁>Club>
3
回覆列表
  • 1 # GeekIdea

    package io.geekidea.fastspringboot.test;import lombok.extern.slf4j.Slf4j;import org.junit.Test;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.data.redis.core.RedisTemplate;/** * @author MrLiu * @date 2018/11/10 */@Slf4jpublic class TestRedisTemplate extends BaseTest{ @Autowired private RedisTemplate redisTemplate; @Test public void test(){ redisTemplate.opsForValue().set("hello","Hello Redis..."); Object hello = redisTemplate.opsForValue().get("hello"); log.debug("hello = " + hello); }}

    參考:

    https://github.com/geekidea/fast-spring-boot/blob/master/src/test/java/io/geekidea/fastspringboot/test/TestRedisTemplate.java

  • 中秋節和大豐收的關聯?
  • 三十歲女人辭職,應該焦慮嗎?