SpingMvc 中的控制器的注解一般用那个,有没有别的注解可以替代?

答案解析

常用@Controller注解,也可用@RestController(返回JSON),@Component也可但不推荐。