yulichang / mybatis-plus-join

支持连表查询的mybatis-plus,mybatis-plus风格的连表操作提供wrapper.leftJoin(),wrapper.rightJoin()等操作
https://yulichang.github.io/mybatis-plus-join-doc/
Apache License 2.0
971 stars 113 forks source link

请问MPJ是否支持MySQL5吗? #113

Closed thinkcodee closed 2 months ago

thinkcodee commented 2 months ago

当前使用版本(必填,否则不予处理)

MP版本:3.5.3.2 MPJ版本:1.4.6

该问题是如何引起的?(确定最新版也有问题再提!!!)

请问MyBatis-Plus-Join是否支持MySQL5的版本?现在因为一些问题,服务器上的MySQL版本是5.X

yulichang commented 2 months ago

支持

thinkcodee commented 2 months ago

支持

好的,多谢,那我就放心了。