Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 367 Bytes

File metadata and controls

19 lines (14 loc) · 367 Bytes

EntityGenerator

Generates Entity classes from database tables for Spring Boot projects.


Running the application

  1. Configure src\main\resources\config.yaml

  2. Run for a single table (prints to console)

java -jar EntityGenerator-1.0.jar -t <tableName>
  1. Run for all db (saves to file)
java -jar EntityGenerator-1.0.jar