com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Cannot construct instance of `com.lxw
生活随笔
收集整理的這篇文章主要介紹了
com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Cannot construct instance of `com.lxw
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
使用Feign是出現(xiàn)的問題
SpringCloud對Feign進行了增強兼容了SpringMVC的注解 ,我們在使用SpringMVC的注解時需要注意:
1、feignClient接口 有參數(shù)在參數(shù)必須加@PathVariable(“XXX”)和@RequestParam(“XXX”)
2、feignClient返回值為復(fù)雜對象時其類型必須有無參構(gòu)造函數(shù)。
按住ctrl點擊打開 返回值類型 類。
1.在返回值類型中加上@NoArgsConstructor注解
2.進行序列化,方便傳輸
總結(jié)
以上是生活随笔為你收集整理的com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Cannot construct instance of `com.lxw的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: android:layout_gravi
- 下一篇: 网络攻防实验之缓冲区溢出攻击