Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 388 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 388 Bytes

hibernate-project

This is educational project.
The goal is to create a simple Java RESTful Web application using JPA/Hibernate.
Provided deployment capabilities via Embedded Tomcat using spring-boot (no need to deploy WAR file manually).

Build

  • Mac OS ./gradlew build
  • Windows gradlew build

Run

  • Mac OS ./gradlew bootRun
  • Windows gradlew bootRun