Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/prashanth-sams/springboot-mvc-swagger2

3 Microservices with Mock Service
https://github.com/prashanth-sams/springboot-mvc-swagger2

mvc spring-boot spring-mvc swagger-ui swagger2 webflux wiremock

Last synced: about 1 month ago
JSON representation

3 Microservices with Mock Service

Awesome Lists containing this project

README

        

# WireMock SpringBoot MVC Swagger2

#### 3 Microservices with Mock Service

---

> ### chapter info service
> **Input:** Chapter ID
>
> **Output:** Chapter Details
>
> Port: 8081

> ### chapter catalog service
> **Input:** User ID
>
> **Output:** Chapter List and details
>
> Port: 8082

> ### notes service
> **Input:** User ID
>
> **Output:** Chapter IDs and notes
>
> Port: 8083