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 文件生成
- Host: GitHub
- URL: https://github.com/javahello/erm-generator
- Owner: JavaHello
- License: apache-2.0
- Created: 2020-12-02T15:53:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-20T06:51:19.000Z (almost 2 years ago)
- Last Synced: 2025-05-09T02:16:46.941Z (7 months ago)
- Language: Java
- Size: 404 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)