ConditionalOnMongoEnabled

@ConditionalOnProperty(value = ["wow.mongo.enabled"], matchIfMissing = true, havingValue = "true")
annotation class ConditionalOnMongoEnabled