所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- xin.manong.weapon.spring.boot.bean.AliyunBeanDefinitionRegistryPostProcessor (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor, org.springframework.context.EnvironmentAware)
- xin.manong.weapon.spring.boot.bean.ONSConsumerDefinitionRegistryPostProcessor
- xin.manong.weapon.spring.boot.bean.ONSProducerDefinitionRegistryPostProcessor
- xin.manong.weapon.spring.boot.bean.OSSClientDefinitionRegistryPostProcessor
- xin.manong.weapon.spring.boot.bean.OTSClientDefinitionRegistryPostProcessor
- xin.manong.weapon.spring.boot.bean.OTSTunnelDefinitionRegistryPostProcessor
- xin.manong.weapon.spring.boot.bean.RedisClientDefinitionRegistryPostProcessor
- xin.manong.weapon.spring.boot.config.aliyun.AliyunSecretConfig
- xin.manong.weapon.spring.boot.bean.AliyunBeanDefinitionRegistryPostProcessor (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor, org.springframework.context.EnvironmentAware)
注释类型分层结构
- xin.manong.weapon.spring.boot.annotation.EnableONSConsumer (implements java.lang.annotation.Annotation)
- xin.manong.weapon.spring.boot.annotation.EnableONSProducer (implements java.lang.annotation.Annotation)
- xin.manong.weapon.spring.boot.annotation.EnableOSSClient (implements java.lang.annotation.Annotation)
- xin.manong.weapon.spring.boot.annotation.EnableOTSClient (implements java.lang.annotation.Annotation)
- xin.manong.weapon.spring.boot.annotation.EnableOTSTunnel (implements java.lang.annotation.Annotation)
- xin.manong.weapon.spring.boot.annotation.EnableRedisClient (implements java.lang.annotation.Annotation)