所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- net.wenzuo.atom.redis.config.RedisAutoConfiguration
- net.wenzuo.atom.redis.config.RedisConfiguration
- net.wenzuo.atom.redis.properties.RedisProperties
- net.wenzuo.atom.redis.service.impl.RedisServiceImpl (implements net.wenzuo.atom.redis.service.RedisService)
接口分层结构
- net.wenzuo.atom.redis.service.RedisService