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

https://github.com/xinlc/mybatis-generator


https://github.com/xinlc/mybatis-generator

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Mybatis 生成工具

## 环境
- Java8
- Maven
- Mysql 5.6+

## 使用
1. 在 `config.properties` 修改相关路径,数据库配置等。
2. 根据想要生成的模板修改 `resources/ftl/*.ftl`模板。(p.s. freemarker模板)
3. 运行 Main 方法。