/springboot-gradle

Spring Boot application to test Gradle compilation

Primary LanguageJava

Spring Boot and Gradle

Build Status

This is just a demo project to test gradle as a build tool for Java and more concretely Spring Boot.

After having some problems using Spring Initilizr, specifically when a Spring Boot 1.5.19.RELEASE was set up, I decided to back of and rework it on my own.

Ingredients

This project uses:

  • Spring Boot 1.4.7.RELEASE
  • Gradle 5.1.1

Trying it

You can run the project using gradle via:

./gradlew bootRun