springmvc中經常使用註解的做用

一、controller、service、repository、component、spring 以上四個註解分別做用域控制層、業務層、持久層,其中component不太經常使用。component 當spring容器進行加載的時候,會將標記爲以上註解的類注入到spring容器中。使用Autowired能夠引入注入到spring容器的bean。作用域
相關文章
相關標籤/搜索