Open chenggangpro opened 2 years ago
Nice!
Reactive mybatis support (already in Maven Central
) has met the general business usage scenarios, including:
@SelectKey
/<selectKey>
)More examples see reactive-mybatis-support-examples, Distinguish different databases by reactive-mybatis-support-examples
's branch:
适配了Mybatis源码,麻烦大佬看一下是否可以可用。由于变更的文件较多,就没有PR。如果可以的话,会重新提PR过来。
只进行了简单功能性测试(见测试用例) 适配过程中删除了Mybatis源码中一下未使用的类和代码,可能有多余代码没有删除干净
已测试的功能: (MySQL)
1 . 事物操作 2 . 参数解析,parameterMap 3 . resultType,resultMap,一对一,一对多结果集嵌套映射(
<association/>
/<collection/>
) 4 . 返回自增主键支持的功能:
不支持的功能