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
- Host: GitHub
- URL: https://github.com/crowdcode-de/spring-cloud-performance-tuning
- Owner: crowdcode-de
- License: apache-2.0
- Created: 2017-03-29T03:48:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-02T18:42:54.000Z (about 9 years ago)
- Last Synced: 2026-02-16T06:00:06.429Z (4 months ago)
- Language: Java
- Size: 799 KB
- Stars: 10
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flaschenhals
### A Spring Cloud Performance Example by CROWDCODE
## Build Status
[](https://travis-ci.org/crowdcode-de/spring-cloud-performance-tuning)
[](https://www.versioneye.com/user/projects/58dff30426a5bb0038e421c9)
## Service model

## 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)