From 12f7d219c411d55ab3ffafb02faf832ee2602147 Mon Sep 17 00:00:00 2001 From: Author Name Date: Sun, 8 Nov 2020 19:21:32 +0100 Subject: [PATCH] Hexagonal architecture example with Spring Data Author: refactorizando --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 5782c52..e1ee2b8 100644 --- a/README.adoc +++ b/README.adoc @@ -1,4 +1,4 @@ -= Hexagonal Architectura with Spring Data Example = += Hexagonal Architecture with Spring Data Example = This is an simple example about how to build an application with Hexagonal Architecture in a Spring Data Application.