diff --git a/pom.xml b/pom.xml index 1cd8186..3e8adfc 100644 --- a/pom.xml +++ b/pom.xml @@ -10,4 +10,41 @@ 1.8 + + spring-ddd-boot + spring-ddd-presentation-rest + spring-ddd-application + spring-ddd-domain + spring-ddd-infrastructure + + + + + + com.rogelioorts.training + spring-ddd-boot + ${project.version} + + + com.rogelioorts.training + spring-ddd-presentation-rest + ${project.version} + + + com.rogelioorts.training + spring-ddd-application + ${project.version} + + + com.rogelioorts.training + spring-ddd-domain + ${project.version} + + + com.rogelioorts.training + spring-ddd-infrastructure + ${project.version} + + + \ No newline at end of file diff --git a/spring-ddd-application/pom.xml b/spring-ddd-application/pom.xml new file mode 100644 index 0000000..48bbd4d --- /dev/null +++ b/spring-ddd-application/pom.xml @@ -0,0 +1,16 @@ + + 4.0.0 + + com.rogelioorts.training + spring-ddd + 0.0.1-SNAPSHOT + + spring-ddd-application + + + + com.rogelioorts.training + spring-ddd-domain + + + \ No newline at end of file diff --git a/spring-ddd-boot/.classpath b/spring-ddd-boot/.classpath new file mode 100644 index 0000000..fae1a2b --- /dev/null +++ b/spring-ddd-boot/.classpath @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/spring-ddd-boot/.project b/spring-ddd-boot/.project new file mode 100644 index 0000000..5d91d50 --- /dev/null +++ b/spring-ddd-boot/.project @@ -0,0 +1,23 @@ + + + spring-ddd-boot + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.jdt.core.javanature + org.eclipse.m2e.core.maven2Nature + + diff --git a/spring-ddd-boot/pom.xml b/spring-ddd-boot/pom.xml new file mode 100644 index 0000000..46517aa --- /dev/null +++ b/spring-ddd-boot/pom.xml @@ -0,0 +1,28 @@ + + 4.0.0 + + com.rogelioorts.training + spring-ddd + 0.0.1-SNAPSHOT + + spring-ddd-boot + + + + com.rogelioorts.training + spring-ddd-presentation-rest + + + com.rogelioorts.training + spring-ddd-application + + + com.rogelioorts.training + spring-ddd-domain + + + com.rogelioorts.training + spring-ddd-infrastructure + + + \ No newline at end of file diff --git a/spring-ddd-infrastructure/pom.xml b/spring-ddd-infrastructure/pom.xml new file mode 100644 index 0000000..fe3f547 --- /dev/null +++ b/spring-ddd-infrastructure/pom.xml @@ -0,0 +1,16 @@ + + 4.0.0 + + com.rogelioorts.training + spring-ddd + 0.0.1-SNAPSHOT + + spring-ddd-infrastructure + + + + com.rogelioorts.training + spring-ddd-domain + + + \ No newline at end of file diff --git a/spring-ddd-presentation-rest/pom.xml b/spring-ddd-presentation-rest/pom.xml new file mode 100644 index 0000000..ea81a83 --- /dev/null +++ b/spring-ddd-presentation-rest/pom.xml @@ -0,0 +1,20 @@ + + 4.0.0 + + com.rogelioorts.training + spring-ddd + 0.0.1-SNAPSHOT + + spring-ddd-presentation-rest + + + + com.rogelioorts.training + spring-ddd-application + + + com.rogelioorts.training + spring-ddd-domain + + + \ No newline at end of file