-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
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
I wish add the plugins deal in mybatis-config.xml #208
Comments
No description provided. |
|
It would be helpful if you can provide a simple example or test for using plugins. I think it should work in JVM mode but maybe need some tricks to work in Native mode. |
Have you achieved it? How should it be implemented? |
I'm not very sure that |
if you want use PageHelper you can see this link: |
I see but it looks like with |
you can use it in the same way. |
for example ,my mybatis-config.xml has content:
In MyBatis extension ,The plugin needs to be processed in the method setupconfiguration in the MyBatisProcessor Class.
The text was updated successfully, but these errors were encountered: