Overview
Learn how to integrate Docker into your Java microservice testing workflow using the docker-maven-plugin in this 14-minute video presentation. Discover how to describe a stack of Docker containers within a pom.xml file, enabling automated integration testing for legacy Java applications. Explore the process of mocking service dependencies in Docker containers and implementing JUnit tests. Compare launching integration tests interactively with docker-compose versus using the docker-maven-plugin as a scripted solution. Gain insights from Terry Brady, Software Developer at California Digital Library, as he demonstrates practical examples and provides valuable resources for using docker-maven-plugin and integration testing.
Syllabus
Integration testing your legacy java microservice with docker-maven-plugin
Taught by
Docker