spring Boot加载bean

Posted 关键步就几步

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring Boot加载bean相关的知识,希望对你有一定的参考价值。

1、SpringBoot中加载bean,可以使用注解@compenent直接加载到applicationContext容器中

2、在直接类@Configuration中,手动注册bean,如:

 

以上是关于spring Boot加载bean的主要内容,如果未能解决你的问题,请参考以下文章