Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 432 Bytes

File metadata and controls

11 lines (9 loc) · 432 Bytes

AutoJavaCodeGen

This is a sample to demonstrate how to generate java code automatically with CodeModel library and Spring boot framework.

build & run

mvn clean install

Run the jar file directly.

You may specify the output directory of the generated java files by modifying the gen.dest.dir property. You may specify the package name of the generated java files by modifying the gen.package.name property.