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 4606932 commit 27b7734Copy full SHA for 27b7734
README.md
@@ -594,7 +594,7 @@ public class Test {
594
这种情况下我们就希望能有类似[columnRenamingRule](http://www.mybatis.org/generator/configreference/columnRenamingRule.html)这种重命名插件来修正最终生成的Model、Mapper等命名。
595
>该插件解决:使用正则替换table生成的Model、Example、Mapper等命名。
596
597
-warning:和插件[Table增加前缀插件](#11-table增加前缀插件)联合使用时,位置应该放在前面。
+warning:和插件[Table增加前缀插件](#11-table增加前缀插件)联合使用时,需注意顺序问题。
598
599
插件:
600
```xml
0 commit comments