- 所有已实现的接口:
- org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessor, org.springframework.beans.factory.config.SmartInstantiationAwareBeanPostProcessor
@Configuration
@EnableConfigurationProperties(value=UnaboProperties.class)
@ConditionalOnWebApplication
@ConditionalOnProperty(prefix="unabo",
value="enable",
matchIfMissing=false)
public class UnaboAutoConfiguration
extends InstantiationAwareBeanPostProcessorAdapter
implements org.springframework.beans.factory.BeanFactoryAware