摘要:
##例子 @Configuration @Import(AssertionFailedException.class) public class TestHuang { @Bean public TestDependOnBean testDependOnBean(){ return new Test 阅读全文
摘要:
@ComponentScans注解是组成@SpringBootApplication注解的之一。主要用于扫描项目中的组件,比如@Compoent``@Service等等,默认扫描路径是应用程序启动类的同级路径,可以添加应用的自定义路径。 @ComponentScans注解是在 @Configurat 阅读全文