MyBatis-Spring-Boot icon indicating copy to clipboard operation
MyBatis-Spring-Boot copied to clipboard

如何重建一个通用方法

Open yankunw opened this issue 9 years ago • 1 comments

我安照步骤创建了 mapper接口和Provider 但是报错,说是Provider这个类不能实例化,能否提供一个例子

yankunw avatar Feb 13 '17 17:02 yankunw

你自己的写的这个需要配置在 mappers 中,大概浏览下文档就能明白。。

在 Mapper 测试代码中有个 HsqldbMapper,这就是个例子。

abel533 avatar Feb 14 '17 13:02 abel533