idegtiarenko / spring-boot-k8s-probes-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring boot probes

This is a simple app to demo spring boot probes and show differences to health

Run:

  • make start-db to start docker container with postgres database
  • make stop-db to kill docker container with postgress database
  • make start-app to runn spring boot app (you may run it from IDE with local profile enabled)

About


Languages

Language:Java 61.8%Language:Makefile 38.2%