Commit bacb4d17 authored by Stephane Nicoll's avatar Stephane Nicoll

Polish "Refine back-off strategy of Neo4j SessionFactory"

See gh-17662
parent 274098f2
......@@ -4385,9 +4385,9 @@ properties, as shown in the following example:
spring.data.neo4j.password=secret
----
You can take full control over the session creation by adding a
`org.neo4j.ogm.config.Configuration` `@Bean`. Also, adding a `@Bean` of type
`SessionFactory` disables the auto-configuration and gives you full control.
You can take full control over the session creation by either adding a
`org.neo4j.ogm.config.Configuration` bean or a `org.neo4j.ogm.session.SessionFactory`
bean.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment