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
有一个下划线键值转小写驼峰形式的插件例子。 可是使用的时候发现,插件只会在方法执行结束后才会调用,这个时候结果都已经定型成了对象。如果是非map对象,好像无法获取数据库取得的数据。所以是不是这种问题一般不适合使用插件,而是使用mybatis配置文件中的setting设置。 @abel533
The text was updated successfully, but these errors were encountered:
map对象才需要插件特殊转。 POJO对象只需要配置自动转驼峰即可。
Sorry, something went wrong.
好的,谢谢
No branches or pull requests
有一个下划线键值转小写驼峰形式的插件例子。
可是使用的时候发现,插件只会在方法执行结束后才会调用,这个时候结果都已经定型成了对象。如果是非map对象,好像无法获取数据库取得的数据。所以是不是这种问题一般不适合使用插件,而是使用mybatis配置文件中的setting设置。 @abel533
The text was updated successfully, but these errors were encountered: