From 48d2744d044ca6e89b24269b905aeb711c0598c0 Mon Sep 17 00:00:00 2001 From: refactorizando-web <61665156+refactorizando-web@users.noreply.github.com> Date: Sun, 11 Dec 2022 20:54:56 +0100 Subject: [PATCH] Update README.adoc --- README.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.adoc b/README.adoc index e1ee2b8..f6ae830 100644 --- a/README.adoc +++ b/README.adoc @@ -4,6 +4,8 @@ This is an simple example about how to build an application with Hexagonal Archi This application uses a H2 Data Base, wich is a Data Base in memory. +If you want more information you can take a look in this post: https://refactorizando.com/ejemplo-de-arquitectura-hexagonal/ + == How to run it? ```