testcontainers / java-local-development-workshop

Java local development workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java Local Development Workshop

This workshop will explain how to use Testcontainers (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 for local development and debugging
  • Write tests using Testcontainers

Table of contents

License Summary

The code in this repository is made available under the MIT license. See the LICENSE file for details.

The documentation in this repository is available under the CC BY-NC-ND 4.0 license. See the LICENSE-docs file for details. If you'd like to run this workshop at your company, please contact us at hello@atomicjar.com

About

Java local development workshop

License:MIT License


Languages

Language:Java 100.0%