https://github.com/yusuf-daglioglu/spring_microservices_demo
Simple Spring (Netflix) Cloud Native Microservice Project
https://github.com/yusuf-daglioglu/spring_microservices_demo
cloud-native docker java netflix-eureka spring zuul-gateway
Last synced: 6 months ago
JSON representation
Simple Spring (Netflix) Cloud Native Microservice Project
- Host: GitHub
- URL: https://github.com/yusuf-daglioglu/spring_microservices_demo
- Owner: yusuf-daglioglu
- Created: 2021-09-12T11:11:36.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-23T20:32:39.000Z (11 months ago)
- Last Synced: 2025-03-28T23:44:06.959Z (6 months ago)
- Topics: cloud-native, docker, java, netflix-eureka, spring, zuul-gateway
- Language: Java
- Homepage:
- Size: 37.1 KB
- Stars: 30
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Spring (Netflix) Cloud Native Microservice Project
## Architecture

## Requirements
- Maven 3
- Docker
- Java 8
- docker-compose## Run
Only run from command line:
> ./build_and_run.sh
## URL Endpoints
- Direct url to book-service http://localhost:8081/mybooks-public
- Url to service over zuul proxy http://localhost:9999/book-service-client/mybooks-public
user credentials
- username: user
- password: pass- Discovery Server
http://localhost:8761/
- Zipkin
http://localhost:9411