Convert DB into mapped classes Spring Boot JPA Hibernate

I'm using Spring Boot with Hibernate JPA and Gradle, how I can transform an already existing MariaDB database into mapped Java classes using Hibernate? Which dependencies and configurations are minimally needed?
Was this page helpful?