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).
- Mac OS
./gradlew build
- Windows
gradlew build
- Mac OS
./gradlew bootRun
- Windows
gradlew bootRun