my-company-common

Events. Common types. Maven Parent Pom

View the Project on GitHub

projects/my-company-common CircleCI release

Domain Driven Design is applied through:

  1. Command and Query Responsibility Separation (CQRS)
  2. Event Sourcing

Commands are messages with intent of doing something. On the other hand, after this something is done, another messages can be produced as a result - Events. They represent a fact.

This module contains:

Development

This project is driven using Maven.

Run/Install locally

$ ./mvnw clean install

Run tests

This component comes with tests. Use the following command to execute the tests using Maven:

$ ./mvnw test

Created by Ivan Dugalic@lab. Need Help? Join our Slack team.