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@Repo