Skip to content

Integrate a REST Service Into a Standalone Java Application

Posted on May 11, 2021May 11, 2021 by Thomas Lange

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 […]

Read More
Copyright © 2021 Techunity GmbH | Imprint | Privacy Policy