Hi everybody,
We’re using Axon in a project with rapidly changing domain model in a distributed team of developers. Therefore it’s often necessary to agree on a basic number of “setup” events with a basic state created by specific events.
Another team at our company uses a startup database import - with Spring’s “data.sql” support, I believe. Is there a good (best?) practice how to distribute such a selection of basic events that all developers should have in their local environment?
Best regards,
Tim Benke