An open API service indexing awesome lists of open source software.

https://github.com/java-repositories/spring-cloud

Spring Cloud (Netflix) | Java для молодых специалистов
https://github.com/java-repositories/spring-cloud

spring-cloud

Last synced: 24 days ago
JSON representation

Spring Cloud (Netflix) | Java для молодых специалистов

Awesome Lists containing this project

README

          

## Useful links
- Eureka http://localhost:8761/
- Client http://localhost:9872/greeting
- Feign http://localhost:8190/get-greeting
- Zuul http://localhost:5555/cloud/gclient/greeting
- Config http://localhost:8081/config/native

## Docker
docker-compose up --build -d

docker-compose down