为了账号安全,请及时绑定邮箱和手机立即绑定

springmvc ajax json输不出来

HTTP Status 406 - type Status report message description The resource identified by this request is only capable of generating responses with characteristics not acceptable according to the request "accept" headers. Apache Tomcat/8.0.36 老师,这个怎么解?

正在回答

3 回答

遇到一样的问题,求帮忙解答

0 回复 有任何疑惑可以回复我~

Operate 忘了getter/setter方法

0 回复 有任何疑惑可以回复我~

这是controller代码

@RequestMapping(value = "/{a}/pu",
        method = RequestMethod.GET,
        produces = {"application/json;charset=UTF-8"})
@ResponseBody
public Operate pu(@PathVariable("a") String a){
    Operate operate = new Operate(true,a,0001);
    return operate;
}


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

springmvc ajax json输不出来

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信