This is educational project. The goal is to create a simple Java RESTful Web application and build it using Gradle. Provided deployment capabilities of web applications with spring-boot-starter-tomcat.
- Mac OS
./gradlew build
- Windows
gradlew build
- Mac OS
./gradlew bootRun
- Windows
gradlew bootRun
Deployed a Spring Boot application from GitHub to Heroku. Used CleanDB addon for MySql data source. App can be found here.
You can find API description here