No constructor found in cn.homecredit.ms.messages.model.dto.ApplicationConfiguration matching [ja...

No constructor found in cn.homecredit.ms.messages.model.dto.ApplicationConfiguration matching [java.math.BigDecimal, oracle.sql.TIMESTAMP, java.lang.String, java.lang.String]

问题:

没有创建相应的构造函数,可以看一下mybatis的官方数据文档如何处理数据类型

解决:

(1)不写带参数的构造函数,mybatis本身希望用自己的构造函数 (2)添加相应类型参数的构造函数

你可能感兴趣的:(No constructor found in cn.homecredit.ms.messages.model.dto.ApplicationConfiguration matching [ja...)