🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
`@Repository`注解来标记仓库的角色或模型,也是大家熟知的DAO,同时会自动把异常向外传递. spring提供更多的注解模型:`@Component`, `@Service`, and `@Controller`.`@Component`是通用模型,适合任意组件.` @Repository, @Service,` and `@Controller`是`@Component`的特殊使用.例如在各自的持久层,服务层,提交层.你可以使用`@Component`注解,更好的做法是使用` @Repository, @Service,` and `@Controller`方便切面使用