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
Add Spring Framework and R2DBC-SPI Compatibility Table (#107)
Motivation:
Provide users with a clear reference to select the appropriate version
of r2dbc-mysql for their project.
Modifications:
Added a compatibility table to the README.md file, which displays the
recommended r2dbc-mysql version for each combination of
spring-boot-starter-data-r2dbc, spring-data-r2dbc, and r2dbc-spi
versions.
Result:
Users can easily identify the correct r2dbc-mysql version to use based
on their project's Spring Framework and R2DBC-SPI versions.
0 commit comments