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

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.

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