原文:Spring注解 @Component、@Repository、@Service、@Controller @Resource、@Autowired、@Qualifier 解析

Repository Service Controller 这几个是一个类型,其实 Component 跟他们也是一个类型的 Spring . 中除了提供 Component注释外,还定义了几个拥有特殊语义的注释,它们分别是: Repository Service和 Controller其实这三个跟 Component功能是等效的 Service用于标注业务层组件 我们通常定义的service层 ...

2016-11-09 22:13 0 1617 推荐指数:

查看详情

Spring注解@Component、@Repository、@Service、@Controller区别

Spring注解@Component、@Repository、@Service、@Controller区别 spring 2.5 中除了提供 @Component 注释外,还定义了几个拥有特殊语义的注释,它们分别是:@Repository、@Service 和 @Controller。在目前 ...

Thu Jan 19 19:12:00 CST 2017 3 22826
Spring注解@Component、@Repository、@Service、@Controller区别

spring 2.5 中除了提供 @Component 注释外,还定义了几个拥有特殊语义的注释,它们分别是:@Repository、@Service 和 @Controller。在目前的 Spring 版本中,这 3 个注释和 @Component 是等效的,但是从注释类的命名上,很容易看出 ...

Thu Mar 09 17:52:00 CST 2017 0 8353
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM