Browse Source

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 <reynaldmpader@gmail.com>
Closes #2163
3.4.x
Reynald Pader 2 months ago committed by Mark Paluch
parent
commit
9e9b2579b1
No known key found for this signature in database
GPG Key ID: 55BC6374BAA9D973
  1. 2
      src/main/antora/modules/ROOT/pages/r2dbc/getting-started.adoc

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

@ -19,7 +19,7 @@ Spring Data R2DBC includes direct support for the following databases: @@ -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.

Loading…
Cancel
Save