π Welcome From lg-labs! Get the basic common domain.
With the utility lg-labs-pentagon has created this project, to help community.
For more information, check this pages
https://lufgarciaqu.medium.com
Install 1/2: Add this to pom.xml:
<dependency>
<groupId>com.labs.lg.pentagon</groupId>
<artifactId>ddd-common-domain</artifactId>
<version>1.0.0-alpha</version>
</dependency>
Install 2/2: Run via command line
mvn install
./
βββ DomainConstants
βββ entity/
β βββ AggregateRoot
β βββ BaseEntity
βββ event/
β βββ DomainEvent
β βββ EmptyEvent
β βββ publisher/
βββ exception/
β βββ DomainException
βββ valueobject/
βββ BaseId
βββ Money
The MIT License (MIT). Please see License for more information.