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
+17
View File
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>hexagonal</artifactId>
<version>1.0</version>
<name>hexagonal</name>
<description>A quick and practical example of Hexagonal Architecture in Java</description>
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-java</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../parent-java</relativePath>
</parent>
</project>