SpringBoot No converter found for return value of type: class com.example.zhishanchanquan.util.R]

根據報錯得知是R這個類找不到轉換器: 原因: 成員屬性爲私有,且沒有相應的getter和setter,系統無法解析該類 出錯代碼類: 解決方案有兩種: 1、加上lombok的@Data註解,添加getter和setter 2、將成員屬性修飾符改成public
相關文章
相關標籤/搜索