I'm using Neo4j's Java driver to access the db with Bolt protocol.
If I have a look at the Neo4j documentation, I see that I should use GraphDatabaseSettings.BoltConnector
for settings.
However my IDE says it's deprecated.
Do you know what replaces GraphDatabaseSettings.BoltConnector
?
Thanks