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 5cd1d6d commit da2e499Copy full SHA for da2e499
src/main/java/com/itfsw/mybatis/generator/plugins/EnumTypeStatusPlugin.java
@@ -108,8 +108,6 @@ public void initialized(IntrospectedTable introspectedTable) {
108
if (enumInfo.hasItems()) {
109
this.enumColumns.put(column.getJavaProperty(), enumInfo);
110
}
111
- } catch (EnumInfo.NotSupportTypeException e) {
112
- warnings.add("itfsw:插件" + EnumTypeStatusPlugin.class.getTypeName() + "找到column为" + column.getActualColumnName() + "对应Java类型不在支持范围内!");
113
} catch (Exception e) {
114
// nothing
115
0 commit comments