From eb9d9cc4b878fbcd33f2f199d077139d5427a45d Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 5 Dec 2016 14:31:36 +0100 Subject: [PATCH] DATAJPA-1014 - Register JpaRepositoryFactory in spring.factories. This is required for the switch in support for multi-store detection. Related ticket: DATACMNS-952. --- src/main/resources/META-INF/spring.factories | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/main/resources/META-INF/spring.factories diff --git a/src/main/resources/META-INF/spring.factories b/src/main/resources/META-INF/spring.factories new file mode 100644 index 000000000..2418f4a36 --- /dev/null +++ b/src/main/resources/META-INF/spring.factories @@ -0,0 +1 @@ +org.springframework.data.repository.core.support.RepositoryFactorySupport=org.springframework.data.jpa.repository.support.JpaRepositoryFactory