no Creators, like default constructor, exist

 Cannot construct instance of `org.jeecg.modules.armyInsp.entity.InspTask` (no Creators, like default constructor, exist): cannot deserialize from Object value (no delegate- or property-based Creator)

无法构造`org.jeecg.modules.armyInsp.entity.InspTask`的实例(与默认构造函数一样,不存在创建者):无法从Object值反序列化(没有基于委托或属性的创建者)

解决方案:

所以,将@AllArgsConstructor注解取消,或者自己在类里面添加一个无参构造函数就可以了

你可能感兴趣的:(Java,java,spring,开发语言)