@ -578,9 +578,9 @@ content into your application; rather pick only the properties that you need.
@@ -578,9 +578,9 @@ content into your application; rather pick only the properties that you need.
spring.data.neo4j.embedded.enabled=true # Enable embedded mode if the embedded driver is available.
spring.data.neo4j.open-in-view=false # Register OpenSessionInViewInterceptor. Binds a Neo4j Session to the thread for the entire processing of the request.
spring.data.neo4j.password= # Login password of the server.
@ -3405,7 +3405,7 @@ By default, the lifetime of the session is scope to the application. If you are
@@ -3405,7 +3405,7 @@ By default, the lifetime of the session is scope to the application. If you are
web application you can change it to scope or request easily: