Build restful web services utilizing spring boot and client side load balancing netflix ribbon with eureka server
- Java 11
- Maven 3.8
-
Clone the project
https://github.com/himash79/Spring-boot-load-balance-netflix-ribbon-with-eureka-server.git
-
Clean and build the project using maven
open command line (CMD) in project directory and execute 'mvn clean install'
-
Open project using intelij / eclipse.
-
Expose Rest APIs and retrieve responses.