宁波网站建设制作推广,商丘企业网站建设团队,深圳网站制作公司新闻,站酷网appRestController注解相当于ResponseBody #xff0b; Controller合在一起的作用。 1)如果只是使用RestController注解Controller#xff0c;则Controller中的方法无法返回jsp页面#xff0c;配置的视图解析器InternalResourceViewResolver不起作用#xff0c;返回的内容就是…RestController注解相当于ResponseBody Controller合在一起的作用。 1)如果只是使用RestController注解Controller则Controller中的方法无法返回jsp页面配置的视图解析器InternalResourceViewResolver不起作用返回的内容就是Return 里的内容。 例如本来应该到success.jsp页面的则其显示success.
2)如果需要返回到指定页面则需要用 Controller配合视图解析器InternalResourceViewResolver才行。 3)如果需要返回JSONXML或自定义mediaType内容到页面则需要在对应的方法上加上ResponseBody注解。