We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
通用mapper和sharding-jdbc同时使用时应该怎么配置? 现象描述:1.如果是使用通用的方法,如:insert(User user),就会执行逻辑SQL,所以SQL报错。 2.但是在mapper里面自定义的方法如insertCustom(User user),就可以经过sharding-jdbc然后执行真实的SQL。 麻烦帮忙看看,谢谢。
The text was updated successfully, but these errors were encountered:
不知道作者有无计划支持sharding-jdbc, mybatis-plus已经支持了.
Sorry, something went wrong.
No branches or pull requests
通用mapper和sharding-jdbc同时使用时应该怎么配置?
现象描述:1.如果是使用通用的方法,如:insert(User user),就会执行逻辑SQL,所以SQL报错。
2.但是在mapper里面自定义的方法如insertCustom(User user),就可以经过sharding-jdbc然后执行真实的SQL。
麻烦帮忙看看,谢谢。
The text was updated successfully, but these errors were encountered: