Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 hours 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 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-28T08:40:10.000Z (about 1 year ago)
- Last Synced: 2024-09-12T06:22:34.123Z (2 months ago)
- Topics: cloud-native, docker, java, netflix-eureka, spring, zuul-gateway
- Language: Java
- Homepage:
- Size: 52.7 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
![architecture](./etc/architecture.png)
## 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