Merge branch '2.1.x'

Closes gh-17767
This commit is contained in:
Stephane Nicoll
2019-08-02 17:35:39 +02:00
3 changed files with 40 additions and 24 deletions

View File

@@ -4667,9 +4667,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.