From fb148fcd14cf51ae287d2d7387ce88b498f53b0a Mon Sep 17 00:00:00 2001 From: Tom Hombergs Date: Mon, 11 Jun 2018 22:33:27 +0200 Subject: [PATCH] added article link --- spring-boot/spring-boot-testing/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 spring-boot/spring-boot-testing/README.md diff --git a/spring-boot/spring-boot-testing/README.md b/spring-boot/spring-boot-testing/README.md new file mode 100644 index 0000000..a5b0757 --- /dev/null +++ b/spring-boot/spring-boot-testing/README.md @@ -0,0 +1,4 @@ +# Structuring a Spring Boot App into Modules and Layers + +## Companion Blog Article +The companion blog article to this repository can be found [here](https://reflectoring.io/testing-verticals-and-layers-spring-boot/).