Skip to content

Commit e1ae106

Browse files
committed
Link Hexagonal Architecture pattern to corresponding blog entry
1 parent 124fd33 commit e1ae106

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hexagonal/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ Use Hexagonal Architecture pattern when
2626
* it is important that the application is fully testable
2727
* you use Domain Driven Design methodology and/or Microservices architectural style
2828

29+
## Tutorials
30+
* [Build Maintainable Systems With Hexagonal Architecture](http://java-design-patterns.com/blog/build-maintainable-systems-with-hexagonal-architecture/)
31+
2932
## Real world examples
3033

3134
* [Apache Isis](https://isis.apache.org/)

0 commit comments

Comments
 (0)