https://github.com/code4craft/daogen
Dao generator for java.
https://github.com/code4craft/daogen
Last synced: 6 months ago
JSON representation
Dao generator for java.
- Host: GitHub
- URL: https://github.com/code4craft/daogen
- Owner: code4craft
- License: mit
- Created: 2014-06-18T16:35:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-29T23:42:25.000Z (over 11 years ago)
- Last Synced: 2025-06-25T01:04:19.296Z (6 months ago)
- Language: JavaScript
- Size: 3.95 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DaoGen
========
Dao generator for java.
写Dao太麻烦了,于是需要个工具吧。
## 输入:
1. Create table || Entity
2. DaoMethod || DaoFile || SqlMap
## 输出:
Entity(with&without lombok)
Dao(Add load find)
SqlMap
Test
## 流程
Entity