cb-kubecd / bdd-sbhg-1575992411

Apache License 2.0
0 stars 0 forks source link

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