Home > Back-end >  How to integrate Spring with a legacy database?
How to integrate Spring with a legacy database?

Time:03-21

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?

CodePudding user response:

Looks like there is a plugin for that. JPA Buddy.

  • Related