使用mybatis-generator-core-1.3.2生成dao,mapping跟model等

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用mybatis-generator-core-1.3.2生成dao,mapping跟model等相关的知识,希望对你有一定的参考价值。

 

1,mybatis-generator-core-1.3.2

2,打开上面的文件,按住shift+右键,点击在此处打开命令行

3,将执行语句.txt的内容粘贴到命令行中,回车,到src文件中找到

4.事先要先修改generatorConfig.xml的最后一行,这是第0步,要首先做的,因为生成的是generatorConfig.xml中的内容

<table tableName="NSSB_SSFL_BM" domainObjectName="SsflBm" enableCountByExample="false" enableUpdateByExample="false" enableDeleteByExample="false" enableSelectByExample="false" selectByExampleQueryId="false"></table>
tableName就是数据库的表名,domainObjectName为实体类名

以上是关于使用mybatis-generator-core-1.3.2生成dao,mapping跟model等的主要内容,如果未能解决你的问题,请参考以下文章

generatorconfig.xml怎么填写

Mybatis逆工程(下)

使用Mybatis-Generator自动生成DaoModelMapping代码

Mybatis Generator使用

mybatisMyBatis Generator

[mybaits][逆向工程]