SpringBoot学习(二):注解
摘要:
spring学习最重要的就是注解吧。。。 1.Bean的声明 @Component组件,没有明确的角色。@Service在业务逻辑层(service层)使用。@Repository在数据访问层(dao层)使用。@Controller在展现层(MVC→Spring MVC)使用。 特别说明: a.在声 阅读全文
posted @ 2019-11-07 22:59 我有博客了 阅读(150) 评论(0) 推荐(0) 编辑