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

https://github.com/crowdcode-de/spring-cloud-performance-tuning

Spring Boot/Cloud Performance Tuning Example
https://github.com/crowdcode-de/spring-cloud-performance-tuning

Last synced: 3 months ago
JSON representation

Spring Boot/Cloud Performance Tuning Example

Awesome Lists containing this project

README

          

# Flaschenhals
### A Spring Cloud Performance Example by CROWDCODE

## Build Status

[![Build Status](https://travis-ci.org/crowdcode-de/spring-cloud-performance-tuning.svg?branch=master)](https://travis-ci.org/crowdcode-de/spring-cloud-performance-tuning)
[![Dependency Status](https://www.versioneye.com/user/projects/58dff30426a5bb0038e421c9/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/58dff30426a5bb0038e421c9)

## Service model

![https://raw.githubusercontent.com/crowdcode-de/spring-cloud-performance-tuning/master/documentation/domain-services.jpg](https://raw.githubusercontent.com/crowdcode-de/spring-cloud-performance-tuning/master/documentation/domain-services.jpg)

## API Documentation

The API is documented with [Swagger.io](http://swagger.io) and [Springfox.io](http://springfox.io).

Tutorial: [Swagger 2 - Documentation for spring rest api](http://www.baeldung.com/swagger-2-documentation-for-spring-rest-api)

### Service-Port-Mapping

...

#### ACCOUNTING-SERVICE

Swagger-UI: [http://localhost:9030/swagger-ui.html](http://localhost:9030/swagger-ui.html)

#### CUSTOMER-SERVICE

Swagger-UI: [http://localhost:9010/swagger-ui.html](http://localhost:9010/swagger-ui.html)

#### USER-SERVICE

Swagger-UI [http://localhost:9015/swagger-ui.html](http://localhost:9015/swagger-ui.html)

#### PRODUCT-SERVICE

Swagger-UI [http://localhost:9020/swagger-ui.html](http://localhost:9020/swagger-ui.html)

#### STOCK-SERVICE

Swagger-UI [http://localhost:9025/swagger-ui.html](http://localhost:9025/swagger-ui.html)