File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
start-site/src/main/resources Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments