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
1、在有的公司里面有诉求,会自己封装自己的数据库中间件,并自己实现一些MapperProxy。在目前的mybatisplus中会对获取到的mapperProxy进行代理剥离,导致最后抛出异常。 2、且目前的mybatisproxy方法中使用的是mybatisplus自己定义的MybatisMapperProxy,也未继承自mybatis本身的MapperProxy。 3、希望对这个方法做一些兼容。否则我们也不敢网上升级。
No response
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
你们自己的MapperProxy是怎么生效的? 我们想要修改的method是private的才不得已"不进行继承重写"
MapperProxy
集团的中间件,提供了自己的MapperScannerConfigurer。
你说的东西那也改不到那个位置上去,你自己想办法吧
No branches or pull requests
确认
功能改进
1、在有的公司里面有诉求,会自己封装自己的数据库中间件,并自己实现一些MapperProxy。在目前的mybatisplus中会对获取到的mapperProxy进行代理剥离,导致最后抛出异常。
2、且目前的mybatisproxy方法中使用的是mybatisplus自己定义的MybatisMapperProxy,也未继承自mybatis本身的MapperProxy。
3、希望对这个方法做一些兼容。否则我们也不敢网上升级。
参考资料
No response
The text was updated successfully, but these errors were encountered: