Skip to content

Commit 9afffdd

Browse files
committed
#145 - Register R2DBC Repository factory in spring.factories.
We now register R2dbcRepositoryFactory as repository factory to aid Spring Data's multi-store detection so Spring Data enters strict config mode when multiple modules are on the class path.
1 parent 7628fd2 commit 9afffdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
org.springframework.data.r2dbc.dialect.DialectResolver$R2dbcDialectProvider=org.springframework.data.r2dbc.dialect.DialectResolver.BuiltInDialectProvider
2+
org.springframework.data.repository.core.support.RepositoryFactorySupport=org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactory

0 commit comments

Comments
 (0)