springboot @Configuration注解
@Configuration 主要是用于springboot加载配置信息的一个类,它本身也是springboot的一个组件,下边通过代码,点击进去,可以看到它的源码:
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Component
public @interface Configuration {
/**
* Explicitly specify the name of the Spring bean definition associated with the
* {@code @Configuration} class. If left unspecified (the common case), a bean
* name will be automatically generated
版权声明:
作者:zhangchen
链接:https://www.techfm.club/p/20249.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。
THE END
二维码
共有 0 条评论