/spring-boot-http-gradle-demo

Primary LanguageJavaApache License 2.0Apache-2.0

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