Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/microcks/microcks-testcontainers-java-spring-demo
Spring Boot demonstration app on how to use Microcks Testcontainers in your dev/test workflow
https://github.com/microcks/microcks-testcontainers-java-spring-demo
asyncapi java kafka microcks openapi springboot testcontainers
Last synced: about 3 hours ago
JSON representation
Spring Boot demonstration app on how to use Microcks Testcontainers in your dev/test workflow
- Host: GitHub
- URL: https://github.com/microcks/microcks-testcontainers-java-spring-demo
- Owner: microcks
- License: mit
- Created: 2024-01-29T14:01:13.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T12:29:34.000Z (7 days ago)
- Last Synced: 2024-11-15T03:25:48.149Z (4 days ago)
- Topics: asyncapi, java, kafka, microcks, openapi, springboot, testcontainers
- Language: Java
- Homepage:
- Size: 572 KB
- Stars: 19
- Watchers: 5
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Microcks Testcontainers Spring Boot Demo
![Microcks Testcontainers Spring demo](./assets/microcks-testcontainers-java-spring-demo.png)
This application is a demonstration on how to integrate Microcks via [Testcontainers]([https://www.testcontainers.com]) within your development inner-loop.
You will work with a Spring Boot application and explore how to:
* Use Microcks for **provisioning third-party API mocks**,
* Use Microcks for **simulating external Kafka events publishers**,
* Write tests using Microcks **contract-testing** features for both **REST/OpenAPI based APIs and Events/AsyncAPI** based messaging## Table of contents
* [Step 1: Getting Started](step-1-getting-started.md)
* [Step 2: Exploring the app](step-2-exploring-the-app.md)
* [Step 3: Local Development Experience with Microcks](step-3-local-development-experience.md)
* [Step 4: Write Tests for REST](step-4-write-rest-tests.md)
* [Step 5: Write Tests for Async](step-5-write-async-tests.md)## License Summary
The code in this repository is made available under the MIT license. See the [LICENSE](LICENSE) file for details.