摘要: 作者:IT_faquir blog.csdn.net/IT_faquir/article/details/78025203 1.声明bean的注解 @Component 组件,没有明确的角色 @Service 在业务逻辑层使用(service层) @Repository 在数据访问层使用(dao层) 阅读全文
posted @ 2020-06-08 10:02 Java技术栈 阅读(3535) 评论(0) 推荐(0)