读取输入消息时出现I / O错误;嵌套异常是java.net.SocketTimeoutException

时间:2018-01-28 23:01:46

标签: rest spring-boot

我可以使用postman发布输入数据,就好像我使用以下代码一样,在读取输入消息时抛出I / O错误:嵌套异常是java.net.SocketTimeoutException(400)

$http({
    method: "POST",
    url: '/user',
    headers: {'Content-Type': 'application/json', 'Accept': 'application/json'},
    data: updateEmp
    }).success(function (response) {
        refresh();
    }).error(function (response) {
        alert(JSON.stringify(response));
        //alert("There some problem while fetching.");
    });

enter image description here

0 个答案:

没有答案