At the moment we're using python with django. We're splitting our monolithic api into a bunch of micro-services. For the moment we will be using our current database built with Django, and then gradually splitting the micro-services up into their own databases.
I'm wanting to use the java configuration without having to use xml.
How would I go about wiring hibernate up to an existing db table? Are there any tutorials or is it as simple as creating the jpa models and adding a config to point them to existing tables?