This is a course-user management console-project using JPA with Hibernate implementation.
Required:
-
gradle-5.6.4 - Intellij Idea has built in gradle, still download this gradle version for later, to run the project through terminal/command-prompt when a server is added.
-
mysql-8.0.27 - to manage DB. ddl.sql file is in db_migration folder and other db informations are in persistence.xml file.