This is a sample to demonstrate how to generate java code automatically with CodeModel library and Spring boot framework.
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.