所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- com.dtflys.forest.springboot.ForestAutoConfiguration
- com.dtflys.forest.springboot.ForestBeanRegister (implements org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.context.ResourceLoaderAware)
- com.dtflys.forest.springboot.properties.ForestConfigurationProperties
- com.dtflys.forest.springboot.properties.ForestConverterItemProperties
- com.dtflys.forest.springboot.properties.ForestConvertProperties
- com.dtflys.forest.springboot.annotation.ForestScannerRegister (implements org.springframework.beans.factory.BeanFactoryAware, org.springframework.context.annotation.ImportBeanDefinitionRegistrar)
- com.dtflys.forest.springboot.properties.ForestSSLKeyStoreProperties
注释类型分层结构
- com.dtflys.forest.springboot.annotation.ForestScan (implements java.lang.annotation.Annotation)