Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 972 Bytes

README.md

File metadata and controls

18 lines (18 loc) · 972 Bytes

Build Status Coverage Status

mentoring-project

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.

Build

  • Mac OS ./gradlew build
  • Windows gradlew build

Run

  • Mac OS ./gradlew bootRun
  • Windows gradlew bootRun

Deploy

Deployed a Spring Boot application from GitHub to Heroku. Used CleanDB addon for MySql data source. App can be found here.

API

You can find API description here