Skip to content

Just a demo on how to use Spring Boot to reverse engineer a MYSQL database

Notifications You must be signed in to change notification settings

kevintanhongann/SpringDbReverseDemoJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The sample MySql database can be found in https://dev.mysql.com/doc/employee/en/

This database is reverse engineered into this Spring Boot project by using JOOQ Gradle plugin.

Before running the project by using gradle bootRun, make sure that the database is already imported, and MYSQL running on your local machine.

Employee and Department API are exposed, some with paging and size capabilities.

About

Just a demo on how to use Spring Boot to reverse engineer a MYSQL database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages