Motivation I wanted to add a status endpoint to a standalone Java application that can be queried via HTTP to check if the application is running properly. There are many ways to do this, the simplest being setting up a simple HTTP server using the classes already available in the JDK, by using plain TCP […]
