From bb54ef04c13908072bc075cb378a57720430f4da Mon Sep 17 00:00:00 2001 From: Sven Woltmann Date: Wed, 4 Oct 2023 21:54:58 +0200 Subject: [PATCH] Add part 3 to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 739b8d8..6f7317f 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ This repository contains a sample Java REST application implemented according to It is part of the HappyCoders tutorial series on Hexagonal Architecture: * [Part 1: Hexagonal Architecture - What Is It? Why Should You Use It?](https://www.happycoders.eu/software-craftsmanship/hexagonal-architecture/). * [Part 2: Hexagonal Architecture with Java - Tutorial](https://www.happycoders.eu/software-craftsmanship/hexagonal-architecture-java/). +* [Part 3: Ports and Adapters Java Tutorial: Adding a Database Adapter](https://www.happycoders.eu/software-craftsmanship/ports-and-adapters-java-tutorial-db/). In the main branch, you'll find the application implemented without an application framework. It's only using: * [RESTEasy](https://resteasy.dev/) (implementing [Jakarta RESTful Web Services](https://jakarta.ee/specifications/restful-ws/)),