https://github.com/xinlc/mybatis-generator
https://github.com/xinlc/mybatis-generator
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xinlc/mybatis-generator
- Owner: xinlc
- License: mit
- Created: 2019-07-14T03:00:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T01:28:28.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T01:11:33.805Z (5 months ago)
- Language: Java
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mybatis 生成工具
## 环境
- Java8
- Maven
- Mysql 5.6+## 使用
1. 在 `config.properties` 修改相关路径,数据库配置等。
2. 根据想要生成的模板修改 `resources/ftl/*.ftl`模板。(p.s. freemarker模板)
3. 运行 Main 方法。