diff --git a/testcontainers/README.md b/testcontainers/README.md index aef0a5759b6350c798038073ff7f7bb0a9fe8db0..42513b49ccbc17df64892725d69b5bf816934ec2 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`