51qsx 发表于 2016-11-24 06:02:29

转: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 英文官方文档
  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源码实现自定义代码生成详解(二)
页: [1]
查看完整版本: 转:MyBatis Generator 详解