01 2021 档案
Spring注解--@Import
摘要:##例子 @Configuration @Import(AssertionFailedException.class) public class TestHuang { @Bean public TestDependOnBean testDependOnBean(){ return new Test 阅读全文
posted @ 2021-01-20 16:14 取个名字咋这难 阅读(195) 评论(0) 推荐(0)
Spring @ComponentScans注解的解析
摘要:@ComponentScans注解是组成@SpringBootApplication注解的之一。主要用于扫描项目中的组件,比如@Compoent``@Service等等,默认扫描路径是应用程序启动类的同级路径,可以添加应用的自定义路径。 @ComponentScans注解是在 @Configurat 阅读全文
posted @ 2021-01-20 13:37 取个名字咋这难 阅读(793) 评论(0) 推荐(0)