From e2003716f3113bdf0e6b0bc69508183613ff72fd Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Fri, 30 Sep 2022 21:34:38 +0500 Subject: [PATCH] Updated README.md added link back to the article: https://www.baeldung.com/spring-apache-camel-seda-integration --- patterns-modules/design-patterns-architectural/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/patterns-modules/design-patterns-architectural/README.md b/patterns-modules/design-patterns-architectural/README.md index bb11eea5e1..0f0e75afeb 100644 --- a/patterns-modules/design-patterns-architectural/README.md +++ b/patterns-modules/design-patterns-architectural/README.md @@ -4,3 +4,4 @@ - [DAO vs Repository Patterns](https://www.baeldung.com/java-dao-vs-repository) - [Difference Between MVC and MVP Patterns](https://www.baeldung.com/mvc-vs-mvp-pattern) - [The DTO Pattern (Data Transfer Object)](https://www.baeldung.com/java-dto-pattern) +- [SEDA With Spring Integration and Apache Camel](https://www.baeldung.com/spring-apache-camel-seda-integration)