This is a simple CRUD project of three (03) tables using Hibernate and Java Swing.
- Fork the repository
- Clone the repo
- Run
./gradlew build
(Linux) orgradlew.bat build
(Windows) to download the dependencies - copy
src/main/java/resources/hibernate.properties.example
tosrc/main/java/resources/hibernate.properties
to configure hibernate - Run the tests to ensure everything has been properly configured:
./gradlew check
for Linux orgradlew.bat check
for Windows - The project can now be run using
./gradlew run
(Linux) orgradlew.bat run
(Windows)