Spring MVC常用的註解整理

一、組件型註解: @Component 在類定義之前添加@Component註解,他會被spring容器識別,並轉爲bean。 @Repository 對Dao實現類進行註解 (特殊的@Component) @Service 用於對業務邏輯層進行註解, (特殊的@Component) @Controller 用於控制層註解 , (特殊的@Component)  以上四種註解都是註解在類上的,被註解
相關文章
相關標籤/搜索