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
- Host: GitHub
- URL: https://github.com/testcontainers/java-local-development-workshop
- Owner: testcontainers
- License: mit
- Created: 2023-10-26T11:12:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-20T12:39:36.000Z (over 1 year ago)
- Last Synced: 2024-05-22T17:24:47.213Z (about 1 year ago)
- Language: Java
- Size: 267 KB
- Stars: 7
- Watchers: 9
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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])