You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.
Like the H2 support for @DataJpaTest , configure an embedded H2 for @DataR2dbcTest to replace the runtime driver if r2dbc-h2 is existed in the dependencies.
That’s currently not possible because the embedded test database API isn’t usable from R2DBC.
Spring Boot configures a DataSource bean that does not allow introspection. Likely, if the R2DBC support gets merged into Spring Boot proper, we will be able to revisit this feature in.
This experimental project has run its course and the features have moved to Spring Boot 2.3 proper. This part isn't implemented though. We brainstormed on how this feature can be improved for the plain jdbc use case and I think it could be applicable to r2dbc as well.
Like the H2 support for
@DataJpaTest
, configure an embedded H2 for@DataR2dbcTest
to replace the runtime driver ifr2dbc-h2
is existed in the dependencies.Currently it ignore h2 at all.
The text was updated successfully, but these errors were encountered: