云胡不安

java.lang.NoSuchMethodException: com.xxx.Xxx.<init>()

The message means that someone tried to call a constructor without any parameters. Adding a default constructor should solve this problem:

添加一个无参构造器即可

posted on 2020-09-16 16:52  云胡不安  阅读(648)  评论(0)    收藏  举报

导航