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 d0152c9 commit b68454aCopy full SHA for b68454a
src/main/java/com/spawpaw/mybatis/generator/gui/util/MBGRunner.java
@@ -90,6 +90,10 @@ else if (projectConfig.defaultModelType.getValue().equalsIgnoreCase("FLAT"))
90
jdbcConnectionConfiguration.addProperty("useInformationSchema", "true");//获取Mysql的表注释
91
break;
92
case Oracle:
93
+ case Oracle_SID:
94
+ case Oracle_ServiceName:
95
+ case Oracle_TNSEntryString:
96
+ case Oracle_TNSName:
97
jdbcConnectionConfiguration.addProperty("remarksReporting", "true");//获取Oracle的表注释
98
99
default:
0 commit comments