Skip to content

Commit 97e1864

Browse files
authored
Correction of PostgreSQL dependency notation in Getting Started of R2DBC.
Corrected the group ID in the docs to align with what's in https://github.com/pgjdbc/r2dbc-postgresql?tab=readme-ov-file#maven-configuration Signed-off-by: Reynald Pader <[email protected]>
1 parent d194b7d commit 97e1864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/antora/modules/ROOT/pages/r2dbc/getting-started.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Spring Data R2DBC includes direct support for the following databases:
1919
* https://github.com/r2dbc/r2dbc-mssql[Microsoft SQL Server] (`io.r2dbc:r2dbc-mssql`)
2020
* https://github.com/asyncer-io/r2dbc-mysql[MySQL] (`io.asyncer:r2dbc-mysql`)
2121
* https://github.com/jasync-sql/jasync-sql[jasync-sql MySQL] (`com.github.jasync-sql:jasync-r2dbc-mysql`)
22-
* https://github.com/r2dbc/r2dbc-postgresql[Postgres] (`io.r2dbc:r2dbc-postgresql`)
22+
* https://github.com/r2dbc/r2dbc-postgresql[Postgres] (`org.postgresql:r2dbc-postgresql`)
2323
* https://github.com/oracle/oracle-r2dbc[Oracle] (`com.oracle.database.r2dbc:oracle-r2dbc`)
2424

2525
If you use a different database then your application won’t start up.

0 commit comments

Comments
 (0)