Commit 56e464e8 authored by hewei's avatar hewei

V1.2.6

parent 29884853
......@@ -1269,11 +1269,11 @@ public class Test {
<xml>
<!-- 表重命名配置插件 -->
<plugin type="com.itfsw.mybatis.generator.plugins.TableRenameConfigurationPlugin">
<!-- TbMapper --> TbDao, TbMapper.xml --> TbDao.xml -->
<!-- TbMapper -> TbDao, TbMapper.xml -> TbDao.xml -->
<property name="clientSuffix" value="Dao"/>
<!-- TbExmaple --> TbQuery -->
<!-- TbExmaple -> TbQuery -->
<property name="exampleSuffix" value="Query"/>
<!-- Tb --> TbEntity -->
<!-- Tb -> TbEntity -->
<property name="modelSuffix" value="Entity"/>
</plugin>
</xml>
......
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