💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
`@Repository`注解来标记仓库的角色或模型,也是大家熟知的DAO,同时会自动把异常向外传递. spring提供更多的注解模型:`@Component`, `@Service`, and `@Controller`.`@Component`是通用模型,适合任意组件.` @Repository, @Service,` and `@Controller`是`@Component`的特殊使用.例如在各自的持久层,服务层,提交层.你可以使用`@Component`注解,更好的做法是使用` @Repository, @Service,` and `@Controller`方便切面使用