Commit af54bae
authored
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.1 parent d274c70 commit af54bae
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
10 | 20 | | |
11 | 21 | | |
12 | 22 | | |
| |||
0 commit comments