发嗲背包

文章
3
资源
0
加入时间
2年10月21天

Spring中@Component注解的使用Spring中@Component注解的使用

@component是Spring中的一个注解,用来实现bean的注入使用注解可以代替配置文件中的内容,在容器内初始化beanweb开发提供三个@Component注解的衍生注解,功能一样,仅仅名字不同,用来区分不同层的架构@Controller(“”):表现层业务bean@Service(“”):业务层bean@Repository(“”):数据层bean括号里写名字,以后可以用来获取bean@Scope标签控制bean的设计模式:@Scope(“singleton”):单例设计模式,@Sco