From 411597c2e28fa33ccbdfc153ce8d5a313c9c5955 Mon Sep 17 00:00:00 2001 From: Philip Riecks Date: Sat, 9 Jun 2018 22:31:51 +0200 Subject: [PATCH] update README of testcontainers --- testcontainers/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/testcontainers/README.md b/testcontainers/README.md index aef0a57..42513b4 100644 --- a/testcontainers/README.md +++ b/testcontainers/README.md @@ -1 +1,8 @@ -# #HOWTO: Write Spring Boot integration tests with a 'real' database \ No newline at end of file +# Codebase for the blog post [#HOWTO: Write Spring Boot integration tests with a 'real' database](https://rieckpil.de/howto-write-spring-boot-integration-tests-with-a-real-database/) + +Steps to run this project: + +1. Clone this Git repository +2. Navigate to the folder `testcontainers` +3. Start your Docker engine +4. Run the tests with `mvn test` -- 2.26.2