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

https://github.com/testcontainers/java-local-development-workshop

Java local development workshop
https://github.com/testcontainers/java-local-development-workshop

Last synced: 8 days ago
JSON representation

Java local development workshop

Awesome Lists containing this project

README

        

# Java Local Development Workshop

This workshop will explain how to use Testcontainers \([https://www.testcontainers.com](https://www.testcontainers.com)\) in your Java application development process.

We will work with a Spring Boot application and explore how to:
* Use Testcontainers for provisioning application dependent services like PostgreSQL, Kafka, LocalStack for local development
* Use [Testcontainers Desktop](https://testcontainers.com/desktop/) for local development and debugging
* Write tests using Testcontainers

## 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 Environment with Testcontainers](step-3-local-development-environment.md)
* [Step 4: Connect to Services](step-4-connect-to-services.md)
* [Step 5: Write Tests](step-5-write-tests.md)

## License Summary
The code in this repository is made available under the MIT license. See the [LICENSE](LICENSE) file for details.

The documentation in this repository is available under the CC BY-NC-ND 4.0 license. See the [LICENSE-docs](LICENSE-docs) file for details.
If you'd like to run this workshop at your company, please contact us at [[email protected]](mailto:[email protected])