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 для молодых специалистов
- Host: GitHub
- URL: https://github.com/java-repositories/spring-cloud
- Owner: java-repositories
- License: mit
- Created: 2022-01-25T13:44:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-26T10:40:02.000Z (over 4 years ago)
- Last Synced: 2025-02-24T14:55:08.349Z (over 1 year ago)
- Topics: spring-cloud
- Language: Java
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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