@Configuration(proxyBeanMethods=false) @ComponentScan(value="com.dtflys.forest.springboot.properties") @EnableConfigurationProperties(value=ForestConfigurationProperties.class) @Import(value=ForestScannerRegister.class) public class ForestAutoConfiguration extends Object
| 构造器和说明 |
|---|
ForestAutoConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
ForestBeanProcessor |
forestBeanProcessor() |
ForestBeanRegister |
getForestBeanRegister(ForestConfigurationProperties forestConfigurationProperties) |
@Bean public ForestBeanProcessor forestBeanProcessor()
@Bean public ForestBeanRegister getForestBeanRegister(ForestConfigurationProperties forestConfigurationProperties)
Copyright © 2021. All rights reserved.