Spring 標籤

@Component spring

@Transactional code

@Autowired

 

一、@controller 控制器(注入服務)
二、@service 服務(注入dao)
三、@repository dao(實現dao訪問)
四、@component (把普通pojo實例化到spring容器中,至關於配置文件中的<bean id="" class=""/>)
相關文章
相關標籤/搜索