iulian.manda@gmail evaluation article "A quick and practical example of Hexagonal Architecture in Java"

This commit is contained in:
Iulian Manda
2021-05-05 19:03:02 +03:00
parent 442e5c1a7f
commit 5cb49ba8a9
9 changed files with 142 additions and 1 deletions
+2 -1
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>patterns</artifactId>
@@ -22,6 +22,7 @@
<module>cqrs-es</module>
<module>front-controller</module>
<module>hexagonal-architecture</module>
<module>hexagonal</module>
<module>intercepting-filter</module>
<module>solid</module>
<module>clean-architecture</module>