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