mongoSnapshotRepository

@Bean
@ConditionalOnProperty(value = ["wow.eventsourcing.snapshot.storage"], matchIfMissing = true, havingValue = "mongo")
fun mongoSnapshotRepository(mongoClient: MongoClient, @Nullable dataMongoProperties: MongoProperties?): SnapshotRepository