Skip to content
This repository was archived by the owner on Sep 1, 2023. It is now read-only.

Commit 6eec3d6

Browse files
Fix documentation.
bolt+routing is not supported by the driver anymore.
1 parent ed800e3 commit 6eec3d6

File tree

1 file changed

+1
-1
lines changed
  • neo4j-java-driver-spring-boot-autoconfigure/src/main/java/org/neo4j/driver/springframework/boot/autoconfigure

1 file changed

+1
-1
lines changed

neo4j-java-driver-spring-boot-autoconfigure/src/main/java/org/neo4j/driver/springframework/boot/autoconfigure/Neo4jDriverProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
public class Neo4jDriverProperties {
4343

4444
/**
45-
* The uri this driver should connect to. The driver supports bolt, bolt+routing or neo4j as schemes.
45+
* The uri this driver should connect to. The driver supports bolt or neo4j as schemes.
4646
*/
4747
private URI uri = URI.create("bolt://localhost:7687");
4848

0 commit comments

Comments
 (0)