$.ajax({ url: contextPath + "/reply/replyList.re", type: "get", data: {boardNumber: 894}, dataType:"json", success:function(replys){ console.log(replys) } });