Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/prashanth-sams/springboot-mvc-swagger2
- Owner: prashanth-sams
- Created: 2021-06-30T07:12:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-03T17:20:36.000Z (over 3 years ago)
- Last Synced: 2024-10-27T20:02:21.607Z (3 months ago)
- Topics: mvc, spring-boot, spring-mvc, swagger-ui, swagger2, webflux, wiremock
- Language: Java
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: Readme.md
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