Spring MVC json報406錯誤的解決辦法 Failed to load resource: the server responded with a status of 406

@ResponseBody & @RequestBodyhtml @RequestBody 將 HTTP 請求正文插入方法中,使用適合的HttpMessageConverter將請求體寫入某個對象。java @ResponseBody 將內容或對象做爲 HTTP 響應正文返回,使用@ResponseBody將會跳過視圖處理部分,而是調用適合HttpMessageConverter,將返回值寫入輸出
相關文章
相關標籤/搜索