SpringMVC中四個基本註解

@Component、@Repository @Service、@Controller   看字面含義,很容易卻別出其中三個:   @Controller 控制層,就是咱們的action層   @Service 業務邏輯層,就是咱們的service或者manager層   @Repository 持久層,就是咱們常說的DAO層   而@Component (字面意思就是組件),它在你肯定不了事哪個
相關文章
相關標籤/搜索