noOpSnapshotStore

@Bean(name = ["noOpSnapshotStore", "noOpSnapshotRepository"])
@ConditionalOnProperty(value = ["wow.eventsourcing.snapshot.enabled"], havingValue = "false")
fun noOpSnapshotStore(): SnapshotStore