Skip to content

Generates Entity classes from database tables for Spring Boot projects.

License

Notifications You must be signed in to change notification settings

cccaaannn/EntityGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Generates Entity classes from database tables for Spring Boot projects.

Topics

Resources

License

Stars

Watchers

Forks

Languages