Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/himash79/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
https://github.com/himash79/spring-boot-load-balance-netflix-ribbon-with-eureka-server
netflix-eureka netflix-ribbon restful-api spring-boot
Last synced: about 1 month ago
JSON representation
Build restful web services utilizing spring boot and client side load balancing netflix ribbon with eureka server
- Host: GitHub
- URL: https://github.com/himash79/spring-boot-load-balance-netflix-ribbon-with-eureka-server
- Owner: himash79
- Created: 2022-10-30T10:57:20.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-30T10:59:26.000Z (about 2 years ago)
- Last Synced: 2023-08-14T21:27:20.873Z (over 1 year ago)
- Topics: netflix-eureka, netflix-ribbon, restful-api, spring-boot
- Language: Java
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
01) Java 11
02) Maven 3.8## Project setup
01) Clone the project
https://github.com/himash79/Spring-boot-load-balance-netflix-ribbon-with-eureka-server.git
02) Clean and build the project using maven
open command line (CMD) in project directory and execute 'mvn clean install'
03) Open project using intelij / eclipse.
04) Expose Rest APIs and retrieve responses.