springboot-mvc-swagger2

3 Microservices with Mock Service

Stars
0

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