An open API service indexing awesome lists of open source software.

https://github.com/javahello/erm-generator

扩展 mybatis generator 支持读取 erm 文件生成
https://github.com/javahello/erm-generator

Last synced: 7 months ago
JSON representation

扩展 mybatis generator 支持读取 erm 文件生成

Awesome Lists containing this project

README

          

# erm-generator

`erm-generator`是一个基于[ERMaster](https://sourceforge.net/projects/ermaster/)
文件生成`SQL`
和 [MyBatis](https://github.com/mybatis/mybatis-3) 文件的工具,目的是简化`DAO`层开发,自动生成代码和`SQL`。

## 使用方式
参考示例 [erm-generator-example](./erm-generator-example)

- [erm-generator-mybatis-maven-plugin](./erm-generator-mybatis-maven-plugin)
- [erm-generator-diff-maven-plugin](./erm-generator-diff-maven-plugin)