Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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