Closed snicoll closed 5 years ago
Unless I am missing something, It's a bit unusual that an auto-configuration directly extends from a base config infrastructure. What if the user has provided a AbstractR2dbcConfiguration of his own? Shouldn't we back-off in this case?
AbstractR2dbcConfiguration
Used the Spring Data JDBC config as inspiration. We can decouple R2dbcDataAutoConfiguration from AbstractR2dbcConfiguration.
R2dbcDataAutoConfiguration
Unless I am missing something, It's a bit unusual that an auto-configuration directly extends from a base config infrastructure. What if the user has provided a
AbstractR2dbcConfiguration
of his own? Shouldn't we back-off in this case?