@Controller可以返回html,jsp等模板页面。不能返回object,json,string等实体对象 @RestController可以返回object,json,string等实体对象。不能返回html,jsp等模板页面。