org.springframework.http.converter.HttpMessageNotWritableException: No converter found for return value of type: class java.util.HashMap
老師,您好,頁面訪問呢的時候后臺報錯了錯誤如下:嘗試了好多辦法都沒法解決
org.springframework.http.converter.HttpMessageNotWritableException: No converter found for return value of type: class java.util.HashMap
2018-05-21
同學好,感覺是jar這塊引入有點問題,導致缺乏對HashMap的轉換的支持,請檢查你的pom.xml確保與視頻一致:)
2018-05-31
已經搞定了,是本地maven的問題,刪除所有的庫,重新加載就好了,謝謝