Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 458 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 458 Bytes

DbPojo

A simple reverse engineering tool for generating pojo from database.

Build

To build the JAR file of DbPojo, you need to install Maven (http://maven.apache.org), then type the following command:

$ mvn package

To generate project files (.project, .classpath) for Eclipse, do

$ mvn eclipse:eclipse

then import the folder from your Eclipse.

copy dependencies

$ mvn dependency:copy-dependencies

========