Skip to content

Commit 5b1fe75

Browse files
committed
Add entry for spring-boot-starter-r2dbc
Closes gh-1967
1 parent 2868d4c commit 5b1fe75

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

start-site/src/main/resources/application.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,20 @@ initializr:
588588
description: Managing Transactions
589589
- rel: reference
590590
href: https://docs.spring.io/spring-boot/{bootVersion}/reference/data/sql.html
591+
- name: R2DBC API
592+
id: r2dbc
593+
description: Reactive Database Connectivity API that defines how a client may connect and query a database.
594+
compatibility-range: "4.0.0-RC1"
595+
group-id: org.springframework.boot
596+
artifact-id: spring-boot-starter-r2dbc
597+
facets:
598+
- reactive
599+
links:
600+
- rel: home
601+
href: https://r2dbc.io
602+
description: R2DBC Homepage
603+
- rel: reference
604+
href: https://docs.spring.io/spring-boot/{bootVersion}/reference/data/sql.html#data.sql.r2dbc
591605
- name: Spring Data JPA
592606
id: data-jpa
593607
description: Persist data in SQL stores with Java Persistence API using Spring Data and Hibernate.

0 commit comments

Comments
 (0)