转:MyBatis Generator 详解

MyBatis Generator 详解

http://blog.csdn.net/isea533/article/details/42102297

MyBatis Generator详解

http://git.oschina.net/free/Mybatis_Utils/blob/master/MybatisGeneator/MybatisGeneator.md

MyBatis Geneator中文文档

http://generator.sturgeon.mopaas.com/

MyBatis 英文官方文档

扫描二维码关注公众号,回复: 524025 查看本文章

http://mybatis.github.io/generator/index.html

运行MyBatis Generator

http://generator.sturgeon.mopaas.com/running/running.html

MyBatis Generator XML 配置参考

http://generator.sturgeon.mopaas.com/configreference/xmlconfig.html

MBG下载地址:http://repo1.maven.org/maven2/org/mybatis/generator/mybatis-generator-core/

targetProject可以配置成这样,指定输出目录

targetProject="projectName/src/main/java"

修改mybatis-generator-1.3.2源码实现自定义代码生成详解(一)

修改mybatis-generator-1.3.2源码实现自定义代码生成详解(二)

猜你喜欢

转载自happyqing.iteye.com/blog/2228471