admin管理员组文章数量:1122851
Spring面试题:(五)Spring注解开发@Component,@Autowired,@Bean,@Configuration
Bean基本注解
spring提供注解的版本
@Component注解替代bean标签
bean其它属性的相关注解:
- @scope 替代scope
- @lazy 替代lazy-init
- @PostConstruct 替代init-method
- @PreDestroy 替代destroy-method
使用@Component注解的前提是开启注解扫描
衍生注解Repository,Service,Controller
- @Repository
- @Service
- @Controller
Bean依赖注入注解@Autowired
Autowired先根据类型匹配,如果匹配到多个,则按照名次二次匹配
@Bean注解
配置类@Configuration注解
其它注解
@Primary优先级
@Profile设置环境
本文标签: Spring面试题(五)Spring注解开发ComponentAutowiredBeanConfiguration
版权声明:本文标题:Spring面试题:(五)Spring注解开发@Component,@Autowired,@Bean,@Configuration 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/biancheng/1700238313a292938.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论