java.lang.ClassCastException: com.google.gson.internal.LinkedTreeMap cannot be cast to com.

Caused by: java.lang.ClassCastException: com.google.gson.internal.LinkedTreeMap cannot be cast to com.example.entity.Role

java.lang.ClassCastException: com.google.gson.internal.LinkedTreeMap cannot be cast to com._第1张图片

类型上的泛型通常在运行时被擦除,我的父类用了泛型,干脆我就在子类上重写了父类的方法就行了,也没用上面搜到的方法

你可能感兴趣的:(springboot)