Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.02 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.02 KB

mysql_table_toJavaBean

Build Status Dependency Status

convert mysql table structure to java bean

Prerequisites

  • Java 7 and above

Download jar from here, or you can compile your own.
Download config file template from here, and replace with your config.

Here is a quick example:

java -Dfile.encoding=UTF8 -jar mysql_table_toJavaBean.jar

mysql table
will generate: JavaBean

Contributions

Welcome to contribute.