@ -61,13 +61,13 @@ public class Neo4jProperties implements ApplicationContextAware {
@@ -61,13 +61,13 @@ public class Neo4jProperties implements ApplicationContextAware {
@ -94,10 +94,6 @@ public class Neo4jProperties implements ApplicationContextAware {
@@ -94,10 +94,6 @@ public class Neo4jProperties implements ApplicationContextAware {
this.password=password;
}
publicEmbeddedgetEmbedded(){
returnthis.embedded;
}
publicAutoIndexModegetAutoIndex(){
returnthis.autoIndex;
}
@ -106,6 +102,10 @@ public class Neo4jProperties implements ApplicationContextAware {
@@ -106,6 +102,10 @@ public class Neo4jProperties implements ApplicationContextAware {
@ -131,8 +131,7 @@ public class Neo4jProperties implements ApplicationContextAware {
@@ -131,8 +131,7 @@ public class Neo4jProperties implements ApplicationContextAware {
@ -613,13 +613,13 @@ content into your application; rather pick only the properties that you need.
@@ -613,13 +613,13 @@ content into your application; rather pick only the properties that you need.
spring.data.neo4j.auto-index=none # Auto index mode.
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.