Could not find acceptable representation

寫了一個 controller 方法。 返回類型是 jsonObject ,或者其餘 對象 結果就報錯了前端

Could not find acceptable representation

緣由是由於少了  將 對象 轉爲 json 格式的數據的包。

解決辦法

1, 能夠引入 缺乏的包。json

2, 將返回類型 改成 string 類型。 將 對象轉爲 json 對象,並 返回 json 字符串便可。 並不會對前端的 使用形成什麼影響的code

相關文章
相關標籤/搜索