Skip to content

Introduces spring support

Compare
Choose a tag to compare
@schnatterer schnatterer released this 22 Mar 16:26
· 56 commits to develop since this release

The API stays the same but there are now two dependencies to choose from:

CDI:

<dependency>
    <groupId>de.triology.cb</groupId>
    <artifactId>command-bus-cdi</artifactId>
    <version>1.0.0</version>
</dependency>

Spring:

<dependency>
    <groupId>de.triology.cb</groupId>
    <artifactId>command-bus-spring</artifactId>
    <version>1.0.0</version>
</dependency>