我有以下型号
@Builder @Data @Document(collection = "overdue") public class MGOverdue { @Id private String id; private HashMap<Integer, HashMap<Integer, Overdue>> overdueList; }
repository.findById()抛出以下异常x一个一个一个一个x一个一个二个x有什么建议吗
repository.findById()
jxct1oxe1#
我不得不将@NoArgsConstructor添加到我的模型过期。它与https://stackoverflow.com/a/53210768/7691891类似
@NoArgsConstructor
1条答案
按热度按时间jxct1oxe1#
我不得不将
@NoArgsConstructor
添加到我的模型过期。它与https://stackoverflow.com/a/53210768/7691891类似