Spring5中的@Configuration注解说明
@Configuration
作用:
用于指定当前类是一个 spring 配置类,当创建容器时会从该类上加载注解。获取容器时需要使用AnnotationApplicationContext
(有@Configuration 注解的类.class
)。
属性:value:
用于指定配置类的字节码
当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »
@Configuration
作用:
用于指定当前类是一个 spring 配置类,当创建容器时会从该类上加载注解。获取容器时需要使用AnnotationApplicationContext
(有@Configuration 注解的类.class
)。
属性:value:
用于指定配置类的字节码
当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »