@Bean(value = ["neo4jClient"] )
@ConditionalOnMissingBean
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