原文: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