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 a4700aa commit b1e23b3Copy full SHA for b1e23b3
README.md
@@ -650,7 +650,7 @@ public class Test {
650
```xml
651
<xml>
652
<!-- Table重命名插件 -->
653
- <plugin type="com.itfsw.mybatis.generator.plugins.TablePrefixPlugin">
+ <plugin type="com.itfsw.mybatis.generator.plugins.TableRenamePlugin">
654
<!-- 可根据具体需求确定是否配置 -->
655
<property name="searchString" value="^T"/>
656
<property name="replaceString" value=""/>
0 commit comments