Issue
In Django, there is a way to auto-build models from an existing database by using inspectdb
utility.
Official Django docs: https://docs.djangoproject.com/en/4.0/howto/legacy-databases/
Is there a similar way of doing that in Spring?
Solution
Looks like there is a plugin for that. JPA Buddy.
Answered By - Freddy
Answer Checked By - Katrina (JavaFixing Volunteer)