Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/himash79/spring-cloud-ribbon-load-balancer
Build restful webservices using spring boot and load balancing with spring boot ribbon.
https://github.com/himash79/spring-cloud-ribbon-load-balancer
cloud netflix-ribbon spring spring-boot
Last synced: about 7 hours ago
JSON representation
Build restful webservices using spring boot and load balancing with spring boot ribbon.
- Host: GitHub
- URL: https://github.com/himash79/spring-cloud-ribbon-load-balancer
- Owner: himash79
- Created: 2022-10-30T10:51:11.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-30T10:53:23.000Z (about 2 years ago)
- Last Synced: 2024-11-21T04:11:54.824Z (2 months ago)
- Topics: cloud, netflix-ribbon, spring, spring-boot
- Language: Java
- Homepage:
- Size: 13.7 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring-cloud-ribbon-load-balancer
Build restful webservices using spring boot and load balancing with spring boot ribbon.## Requirements
01) Java 11
02) Maven 3.8## Project setup
01) Clone the project
https://github.com/himash79/Spring-cloud-ribbon-load-balancer.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.