Skip to content

Commit

Permalink
DATAGRAPH-1292 - Verify bolt connection before unwrapping the driver.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Feb 24, 2020
1 parent d88c744 commit 99d2242
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ org.neo4j.ogm.config.Configuration neo4jOGMConfiguration(ServerControls serverCo
return new org.neo4j.ogm.config.Configuration.Builder() //
.uri(serverControls.boltURI().toString()) //
.useNativeTypes() //
.verifyConnection(true)
.build();
}

Expand Down

0 comments on commit 99d2242

Please sign in to comment.