From 97e18648e8f2e4eed2256d26d7bf66bf87317401 Mon Sep 17 00:00:00 2001 From: Reynald Pader Date: Sun, 26 Oct 2025 16:25:00 +0800 Subject: [PATCH] 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 --- 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 e46290dae6..afb6df1d12 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.