ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
`@Repository`注解来标记仓库的角色或模型,也是大家熟知的DAO,同时会自动把异常向外传递. spring提供更多的注解模型:`@Component`, `@Service`, and `@Controller`.`@Component`是通用模型,适合任意组件.` @Repository, @Service,` and `@Controller`是`@Component`的特殊使用.例如在各自的持久层,服务层,提交层.你可以使用`@Component`注解,更好的做法是使用` @Repository, @Service,` and `@Controller`方便切面使用