Category: firewall

All client server communication will be done through this load balancing server application. We are using netflix-eureka-server library to enable the communication between client and server. EnableEurekaServer named annotation will allow the eureka server to control this application.

This application will act as a middleware in between Server Application and Client Application.

After running this application, the instance of this application will be appear in the eureka server dashboard.

Related Articles