Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 573 Bytes

File metadata and controls

21 lines (12 loc) · 573 Bytes

Spring-boot-load-balance-netflix-ribbon-with-eureka-server

Build restful web services utilizing spring boot and client side load balancing netflix ribbon with eureka server

Requirements

  1. Java 11
  2. Maven 3.8

Project setup

  1. Clone the project

    https://github.com/himash79/Spring-boot-load-balance-netflix-ribbon-with-eureka-server.git
    
  2. Clean and build the project using maven

    open command line (CMD) in project directory and execute 'mvn clean install'
    
  3. Open project using intelij / eclipse.

  4. Expose Rest APIs and retrieve responses.