Skip to content

Commit bacb4d1

Browse files
committed
Polish "Refine back-off strategy of Neo4j SessionFactory"
See gh-17662
1 parent 274098f commit bacb4d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4385,9 +4385,9 @@ properties, as shown in the following example:
43854385
spring.data.neo4j.password=secret
43864386
----
43874387

4388-
You can take full control over the session creation by adding a
4389-
`org.neo4j.ogm.config.Configuration` `@Bean`. Also, adding a `@Bean` of type
4390-
`SessionFactory` disables the auto-configuration and gives you full control.
4388+
You can take full control over the session creation by either adding a
4389+
`org.neo4j.ogm.config.Configuration` bean or a `org.neo4j.ogm.session.SessionFactory`
4390+
bean.
43914391

43924392

43934393

0 commit comments

Comments
 (0)