我在Spring使用LiferayPortal。我的Spring Action课程正在使用" json"作为响应的内容类型。根据我的要求,内容类型应为" text / html"。我使用下面的代码不起作用。当我在一些网站上搜索时,我们应该使用stringhttpmessageconverter。
但我没有得到足够的关于如何使用该类的网站。我可以在同一个动作类中覆盖stringhttpmessageconverter本身就好吗?
@RequestMapping(value="view", produces= MediaType.TEXT_HTML_VALUE)