xmolecules / jmolecules-integrations

Technology integration for jMolecules
Apache License 2.0
85 stars 23 forks source link

Introduce Spring Boot starters for DDD and testing #174

Closed odrotbohm closed 1 year ago

odrotbohm commented 1 year ago

Spring Boot applications using jMolecules usually need a variety of modules imported to get to a streamlined experience. For a DDD based implementation it's the DDD module, the events one of jMolecules itself, and the Spring runtime support of jMolecules Integrations.

For testing, a starter pulling in ArchUnit JUnit 5 support and our jMolecules integration would be helpful.