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"
如何解决!
慕码人8056858
慕哥6287543
相关分类