Skip to content

Commit 9747cc2

Browse files
committed
Add dependencies for RestClient, RestTemplate and WebClient
- RestClient and RestTemplate are one dependency, as spring-boot-starte-restclient brings support for both. Closes gh-1869
1 parent c521e88 commit 9747cc2

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,29 @@ initializr:
267267
description: Building a Reactive RESTful Web Service
268268
- rel: reference
269269
href: https://docs.spring.io/spring-boot/{bootVersion}/reference/web/reactive.html
270+
- name: HTTP Client
271+
id: spring-restclient
272+
description: Spring Boot integration for RestClient and RestTemplate to make HTTP requests.
273+
groupId: org.springframework.boot
274+
artifactId: spring-boot-starter-restclient
275+
compatibilityRange: "4.0.0-M1"
276+
facets:
277+
- json
278+
links:
279+
- rel: reference
280+
href: https://docs.spring.io/spring-boot/{bootVersion}/reference/io/rest-client.html#io.rest-client.restclient
281+
- name: Reactive HTTP Client
282+
id: spring-webclient
283+
description: Spring Boot integration for WebClient to make reactive HTTP requests.
284+
groupId: org.springframework.boot
285+
artifactId: spring-boot-starter-webclient
286+
compatibilityRange: "4.0.0-M1"
287+
facets:
288+
- json
289+
- reactive
290+
links:
291+
- rel: reference
292+
href: https://docs.spring.io/spring-boot/{bootVersion}/reference/io/rest-client.html#io.rest-client.webclient
270293
- name: Spring for GraphQL
271294
id: graphql
272295
description: Build GraphQL applications with Spring for GraphQL and GraphQL Java.

0 commit comments

Comments
 (0)