Skip to content

Commit fc8a33a

Browse files
author
hewei
committed
Merge remote-tracking branch 'origin/master'
2 parents da2e499 + bec920c commit fc8a33a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1499,7 +1499,7 @@ public class Test {
14991499
<xml>
15001500
<!-- 状态枚举生成插件 -->
15011501
<plugin type="com.itfsw.mybatis.generator.plugins.EnumTypeStatusPlugin">
1502-
<!-- 是否开启自动扫描根据约定注释格式生成注释,默认true -->
1502+
<!-- 是否开启自动扫描根据约定注释格式生成枚举,默认true -->
15031503
<property name="autoScan" value="true"/>
15041504
<!-- autoScan为false,这里可以定义全局需要检查生成枚举类的列名 -->
15051505
<property name="enumColumns" value="type, status"/>
@@ -1599,4 +1599,4 @@ public class Tb {
15991599
}
16001600
}
16011601
}
1602-
```
1602+
```

0 commit comments

Comments
 (0)