q987654 发表于 2018-11-4 10:39:08

Spring Data Redis 管理Redis 之1

  

  
    4.0.0
  
   
  
      
  
      org.springframework.boot
  
      spring-boot-starter-parent
  
      1.3.5.RELEASE
  
   
  
    com.hellodb.springdata
  
    redisdemo
  
    1.0-SNAPSHOT
  
   
  
      
  
            org.springframework.data
  
            spring-data-redis
  
      
  
      
  
      
  
            redis.clients
  
            jedis
  
      
  
      
  
                  biz.paluch.redis
  
                  lettuce
  
                  3.2.Final
  
      
  
      
  
      
  
            com.fasterxml.jackson.core
  
            jackson-databind
  
      
  
      
  
            org.springframework.boot
  
            spring-boot-starter-test
  
            test
  
      
  
   
  



页: [1]
查看完整版本: Spring Data Redis 管理Redis 之1