This repository contains the code for this blogpost on StackAbuse.
Kindly ensure you have the following installed on your machine:
- Java 8
- Maven 3.5
- Git
- PostgreSQL
- An IDE or Editor of your choice
- Clone the repository
$ git clone https://github.com/ro6ley/java-hibernate-example.git
- Check into the cloned repository
$ cd java-hibernate-example
- Install the dependencies and package the application
$ mvn package
- Run the API
mvn spring-boot:run
Please feel free to raise issues using this template and I'll get back to you.
You can also fork the repository, make changes and submit a Pull Request using this template.