摘要: 1、Spring注解开发 常用原始注解 @Controller 在web层类上实例化Bean @Service 在service层类上实例化Bean @Repository 在dao层上实例化Bean @Component 在通用类上实例化Bean @Autowired 根据类型依赖注入 @Qual 阅读全文
posted @ 2020-12-15 20:19 咕咕星 阅读(147) 评论(0) 推荐(0) 编辑