Request processing failed; nested exception is java.lang.IllegalStateException: No primary or default constructor found for interface java.util.List
错误写法:
错误原因,没有默认的构造器,需要传输一个传输类
正确写法
DispatchDTO内容如下:
Request processing failed; nested exception is java.lang.IllegalStateException: No primary or default constructor found for interface java.util.List
错误写法:
错误原因,没有默认的构造器,需要传输一个传输类
正确写法
DispatchDTO内容如下:
相关文章: