spritesun / spring-boot-http-gradle-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimal Kci demo repo

Modified from A Minimal Jenkins X demo repo based on https://spring.io/guides/gs/consuming-rest/ with the Spring Actuator added in

While the original example offers both Maven and Gradle the idea with this demo was to focus purely on Gradle, exercising a new Jenkins X Gradle build pack.

Run locally with gradlew bootRun

Test via http://localhost:8080/greeting

Health check at http://localhost:8080/actuator/health

Credit: thanks to https://github.com/Cervator for the contribution of this quickstart

About

License:Apache License 2.0


Languages

Language:Java 56.6%Language:Makefile 30.7%Language:Smarty 7.3%Language:Dockerfile 2.8%Language:Shell 2.6%