Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.26 KB

README.md

File metadata and controls

45 lines (31 loc) · 1.26 KB

HitCount

Implementing Hibernate with Spring Boot and PostgreSQL

This repository contains the code for this blogpost on StackAbuse.

Getting Started

Prerequisites

Kindly ensure you have the following installed on your machine:

Running the Application

  1. Clone the repository
$ git clone https://github.com/ro6ley/java-hibernate-example.git
  1. Check into the cloned repository
$ cd java-hibernate-example
  1. Install the dependencies and package the application
$ mvn package
  1. Run the API
mvn spring-boot:run

Contribution

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.