Springboot問題總結(持續更新)

問題1.

Failed to write HTTP message: org.springframework.http.converter.HttpMessageNotWritableException: No converter found for return value of type: class com.mayikt.AppEntity

解決1.

       實體類中沒有實現get/set方法 (使用的是lombok的情況下.請給IDE添加lombok插件.否則@Data 不起作用)

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章