Mybatis-Spring icon indicating copy to clipboard operation
Mybatis-Spring copied to clipboard

数据源为postgresql, oracle, mariadb时, helperDialect分别填什么?

Open ltbyun opened this issue 7 years ago • 1 comments

找了半天没找到相关文档, 就首页一个示例helperDialect=mysql, 那其他的呢? 源码里也没找到, 要不要藏的这么深啊, 为什么不在项目首页里把各个参数的意义和可选值说明一下呢

ltbyun avatar May 29 '18 14:05 ltbyun

默认情况可以不配置。

你没找对地方,详细看这里的参数介绍:https://github.com/pagehelper/Mybatis-PageHelper/blob/master/wikis/zh/HowToUse.md#3-%E5%88%86%E9%A1%B5%E6%8F%92%E4%BB%B6%E5%8F%82%E6%95%B0%E4%BB%8B%E7%BB%8D

abel533 avatar Jun 26 '18 14:06 abel533