From 798dc1631cea0968001415e35ecc8f66d26846bb Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 6 Dec 2016 09:23:04 +0100 Subject: [PATCH] DATAGRAPH-935 - Register Neo4jRepositoryFactory in spring.factories. This is required for the switch in support for multi-store detection. Related ticket: DATACMNS-952. --- spring-data-neo4j/src/main/resources/META-INF/spring.factories | 1 + 1 file changed, 1 insertion(+) create mode 100644 spring-data-neo4j/src/main/resources/META-INF/spring.factories diff --git a/spring-data-neo4j/src/main/resources/META-INF/spring.factories b/spring-data-neo4j/src/main/resources/META-INF/spring.factories new file mode 100644 index 000000000..17b2666e7 --- /dev/null +++ b/spring-data-neo4j/src/main/resources/META-INF/spring.factories @@ -0,0 +1 @@ +org.springframework.data.repository.core.support.RepositoryFactorySupport=org.springframework.data.neo4j.repository.support.Neo4jRepositoryFactory