@Bean(value = ["neo4jClient"])
@ConditionalOnMissingBean
fun neo4jClient(driver: Driver, databaseNameProvider: DatabaseSelectionProvider): Neo4jClient

Creates the Neo4jClient For some reason, the one provided by the autoconfiguration does not exist

Return

the created Neo4jClient

Parameters

driver

driver used to connect to the database

databaseNameProvider

provider used to get the database name