一般用@Controller 注解,也可以用@RestContrlooer,@RestController注解相当于@ResponseBody+@Controller,表现是表现层,除此之外,一般不用别的注解代替。