https://github.com/kondratovivan/spring-microservices-eureka-demo
Spring cloud metflix eureka demonstration app
https://github.com/kondratovivan/spring-microservices-eureka-demo
api-gateway eureka-server java21 microservices spring-boot spring-cloud
Last synced: about 1 month ago
JSON representation
Spring cloud metflix eureka demonstration app
- Host: GitHub
- URL: https://github.com/kondratovivan/spring-microservices-eureka-demo
- Owner: KondratovIvan
- Created: 2024-01-24T14:20:45.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-06T18:39:20.000Z (over 2 years ago)
- Last Synced: 2025-12-30T07:29:33.520Z (5 months ago)
- Topics: api-gateway, eureka-server, java21, microservices, spring-boot, spring-cloud
- Language: Java
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring-microservices-eureka-demo
* Clone the repository:
```bash
git clone https://github.com/KondratovIvan/spring-microservices-eureka-demo
```
* Create a few instances of any client app in IDE Run/Debug configuration (for greater clarity):

* Run applications in this order: EurekaServerApplication, ApiGatewayApplication, EurekaClientApplications and their instances

* Open browser and browse at: http://localhost:8081/ to see registered services info

* Open browser and browse at: http://localhost:8082/main/test or http://localhost:8082/main2/test2 to see Api Gateway routing:

