1. 程式人生 > >org.springframework.web.HttpMediaTypeNotAcceptableException,由點斷解決方案導致的異常

org.springframework.web.HttpMediaTypeNotAcceptableException,由點斷解決方案導致的異常

del png RR amp work ram 地址 sage accept

錯誤發生的地方

@DeleteMapping("{fileName:.+}")
    public SerializeObject delete(@RequestHeader String accessToken, @PathVariable String fileName) { 

請求地址

127.0.0.1:8100/storage/201804271613223700.PNG

異常信息如下

{
    "timestamp": 1524818476687,
    "status": 406,
    "error": "Not Acceptable",
    "exception": "org.springframework.web.HttpMediaTypeNotAcceptableException",
    "message": "Could not find acceptable representation",
    "path": "/storage/201804271613223700.PNG"
}

解決方法

暫時還沒找到。。。。。。
暫時還沒找到。。。。。。
暫時還沒找到。。。。。。

  

org.springframework.web.HttpMediaTypeNotAcceptableException,由點斷解決方案導致的異常