美文网首页
SpringBoot 注解

SpringBoot 注解

作者: 夜风行 | 来源:发表于2018-11-20 10:37 被阅读0次

@ComponentScan

如果你理解了ComponentScan,你就理解了Spring.

Spring是一个依赖注入(dependency injection)框架。所有的内容都是关于bean的定义及其依赖关系。

定义Spring Beans的第一步是使用正确的注解-@Component或@Service或@Repository.

但是,Spring不知道你定义了某个bean除非它知道从哪里可以找到这个bean.

相关文章

网友评论

      本文标题:SpringBoot 注解

      本文链接:https://www.haomeiwen.com/subject/mmjtqqtx.html