Commit b1e23b3b authored by 何伟's avatar 何伟 Committed by GitHub

Update README.md

重命名插件文档错误更正
parent a4700aa3
...@@ -650,7 +650,7 @@ public class Test { ...@@ -650,7 +650,7 @@ public class Test {
```xml ```xml
<xml> <xml>
<!-- Table重命名插件 --> <!-- Table重命名插件 -->
<plugin type="com.itfsw.mybatis.generator.plugins.TablePrefixPlugin"> <plugin type="com.itfsw.mybatis.generator.plugins.TableRenamePlugin">
<!-- 可根据具体需求确定是否配置 --> <!-- 可根据具体需求确定是否配置 -->
<property name="searchString" value="^T"/> <property name="searchString" value="^T"/>
<property name="replaceString" value=""/> <property name="replaceString" value=""/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment