We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f118686 commit 04a779aCopy full SHA for 04a779a
src/main/java/tk/mybatis/mapper/generator/MapperPlugin.java
@@ -64,6 +64,8 @@ public void setContext(Context context) {
64
commentCfg = new CommentGeneratorConfiguration();
65
commentCfg.setConfigurationType(MapperCommentGenerator.class.getCanonicalName());
66
context.setCommentGeneratorConfiguration(commentCfg);
67
+ //支持oracle获取注释#114
68
+ context.getJdbcConnectionConfiguration().addProperty("remarksReporting", "true");
69
}
70
71
@Override
0 commit comments