EntityGenerator Generates Entity classes from database tables for Spring Boot projects. Running the application Configure src\main\resources\config.yaml Run for a single table (prints to console) java -jar EntityGenerator-1.0.jar -t <tableName> Run for all db (saves to file) java -jar EntityGenerator-1.0.jar