We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b499c93 commit 0e36424Copy full SHA for 0e36424
neo4j-ogm-docs/src/main/asciidoc/tutorial/configuration.adoc
@@ -40,4 +40,5 @@ Configuration configuration = new Configuration.Builder()
40
SessionFactory sessionFactory = new SessionFactory(configuration, "com.mycompany.app.domainclasses");
41
----
42
43
-
+Make sure to read https://neo4j.com/docs/driver-manual/4.1/client-applications/#driver-connection-uris to understand which URI scheme applies
44
+to which environment.
0 commit comments