From 9e9b2579b101235a85c1efdbef219a938b993246 Mon Sep 17 00:00:00 2001 From: Reynald Pader Date: Mon, 27 Oct 2025 18:06:39 +0800 Subject: [PATCH] Fix PostgreSQL dependency coordinates in reference documentation. Fixed the group ID in the docs to align with the new artifact coordinates. Signed-off-by: Reynald Pader Closes #2163 --- src/main/antora/modules/ROOT/pages/r2dbc/getting-started.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/antora/modules/ROOT/pages/r2dbc/getting-started.adoc b/src/main/antora/modules/ROOT/pages/r2dbc/getting-started.adoc index c5e5ffec9..13fad0add 100644 --- a/src/main/antora/modules/ROOT/pages/r2dbc/getting-started.adoc +++ b/src/main/antora/modules/ROOT/pages/r2dbc/getting-started.adoc @@ -19,7 +19,7 @@ Spring Data R2DBC includes direct support for the following databases: * https://github.com/r2dbc/r2dbc-mssql[Microsoft SQL Server] (`io.r2dbc:r2dbc-mssql`) * https://github.com/asyncer-io/r2dbc-mysql[MySQL] (`io.asyncer:r2dbc-mysql`) * https://github.com/jasync-sql/jasync-sql[jasync-sql MySQL] (`com.github.jasync-sql:jasync-r2dbc-mysql`) -* https://github.com/r2dbc/r2dbc-postgresql[Postgres] (`io.r2dbc:r2dbc-postgresql`) +* https://github.com/r2dbc/r2dbc-postgresql[Postgres] (`org.postgresql:r2dbc-postgresql`) * https://github.com/oracle/oracle-r2dbc[Oracle] (`com.oracle.database.r2dbc:oracle-r2dbc`) If you use a different database then your application won’t start up.