不能

有两个注解是不能被其他注解所互换的:

@Controller 注解的bean会被spring-mvc框架所使用。

@Repository 会被作为持久层操作(数据库)的bean来使用