public class Result<T> { private int code; private String msg; private T body; 我的返回結構定義中有一個泛型,然后springboot 返回時出現錯誤"No converter found for return value of type: class net.zjump.throwbookserver.bean.Result"如何解決!
springboot 返回結構中泛型的問題
RISEBY
2018-08-04 13:25:18