@Component 组件,没有明确的角色
@Service 在业务逻辑层使用
@Repository 在数据访问层使用
@Controller 在展现层使用,控制器的声明