A simple Springboot Quickstart Groovy based Gradle project.
Execute the following lines to run the project from the commandline.
- ./gradlew clean
- ./gradlew assemble
- java -jar build/libs/springboot-rest-groovy-quickstart-.jar
Notes:
The quickstart project tests can be executed through the following command.
- ./gradlew test