摘要: 1.声明bean的注解 Spring注解 描述 @Component 组件,没有明确的角色 @Service 在业务逻辑层使用(service层) @Repository 在展现层使用,控制器的声明(C) @Controller 定义文档的主体 2.注入bean的注解 Spring注解 描述 @Au 阅读全文
posted @ 2020-11-10 09:57 残月影歌 阅读(145) 评论(0) 推荐(0) 编辑