Log warning when open-in-view is implicitly enabled for JPA or Neo4j

Closes gh-7107
This commit is contained in:
Andy Wilkinson
2017-10-30 12:37:38 +00:00
parent 95d8fe708a
commit 5aa66305a8
15 changed files with 78 additions and 21 deletions

View File

@@ -3723,7 +3723,7 @@ By default, if you are running a web application, the session is bound to the th
the entire processing of the request (i.e. the "Open Session in View" pattern). If you
don't want this behavior add the following to your `application.properties`:
[source,properties,indent=0]
----
spring.data.neo4j.open-in-view=false
----