File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
start-site/src/main/resources Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -267,6 +267,29 @@ initializr:
267
267
description : Building a Reactive RESTful Web Service
268
268
- rel : reference
269
269
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
270
293
- name : Spring for GraphQL
271
294
id : graphql
272
295
description : Build GraphQL applications with Spring for GraphQL and GraphQL Java.
You can’t perform that action at this time.
0 commit comments