/springboot-rest-groovy-quickstart

A simple Springboot Quickstart Groovy based Gradle project.

Primary LanguageGroovyApache License 2.0Apache-2.0

springboot-rest-groovy-quickstart

A simple Springboot Quickstart Groovy based Gradle project.

Execute the following lines to run the project from the commandline.

  1. ./gradlew clean
  2. ./gradlew assemble
  3. java -jar build/libs/springboot-rest-groovy-quickstart-.jar

Notes:

The quickstart project tests can be executed through the following command.

  1. ./gradlew test