Can I have an example of java application connecting to neo4j database by specifying a database name? I have multiple databases but need to connect to only one.
This is what I have now, it works but only connects to default neo4j database, and I need...