trentrosenbaum / springboot-rest-groovy-quickstart

A simple Springboot Quickstart Groovy based Gradle project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple Springboot Quickstart Groovy based Gradle project.

License:Apache License 2.0


Languages

Language:Groovy 94.2%Language:Java 5.8%