Hello World microservice example in Java composed of API Gateway, Service, and Lookup (Eureka)

Introduction In this post I’ll run through a very simple Hello World Microservice example (in Java) that covers the main parts of a web type Micro Service. This example composes of: A REST Web Service A Lookup / Discovery system ( I’ve used Eureka ) A type of API Gateway / Web Server Just to … Read more