程序包cn.nkpro.elcube.data.redis的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • org.springframework.data.redis.core.RedisAccessor (implements org.springframework.beans.factory.InitializingBean)
      • org.springframework.data.redis.core.RedisTemplate<K,​V> (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.data.redis.core.RedisOperations<K,​V>)
        • cn.nkpro.elcube.data.redis.EnvRedisTemplate<V> (implements org.springframework.beans.factory.InitializingBean)
    • cn.nkpro.elcube.data.redis.RedisConfiguration

接口分层结构