Skip to content

Commit b1e23b3

Browse files
authored
Update README.md
重命名插件文档错误更正
1 parent a4700aa commit b1e23b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ public class Test {
650650
```xml
651651
<xml>
652652
<!-- Table重命名插件 -->
653-
<plugin type="com.itfsw.mybatis.generator.plugins.TablePrefixPlugin">
653+
<plugin type="com.itfsw.mybatis.generator.plugins.TableRenamePlugin">
654654
<!-- 可根据具体需求确定是否配置 -->
655655
<property name="searchString" value="^T"/>
656656
<property name="replaceString" value=""/>

0 commit comments

Comments
 (0)