From 6e096b99a3472d8f8fc321db19fe8bac6f97ce98 Mon Sep 17 00:00:00 2001 From: Lukasz Rys Date: Sun, 8 Dec 2019 11:11:46 +0100 Subject: [PATCH] BAEL-2275: Fix order in README --- .../test/resources/com/baeldung/dddhexagonalspring/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddd/src/test/resources/com/baeldung/dddhexagonalspring/README.md b/ddd/src/test/resources/com/baeldung/dddhexagonalspring/README.md index e8cf5c8e37..e0337498fc 100644 --- a/ddd/src/test/resources/com/baeldung/dddhexagonalspring/README.md +++ b/ddd/src/test/resources/com/baeldung/dddhexagonalspring/README.md @@ -2,6 +2,6 @@ To run this project, follow these steps: -* Launch the Spring Boot Application (DomainLayerApplication). * Run the application database by executing `docker-compose up` in this directory. +* Launch the Spring Boot Application (DomainLayerApplication). * By default, application will connect to this database (configuration in *ddd-layers.properties*) \ No newline at end of file