From 1dcc2ddc3a576ea3d69958c7a14ad1ccef390b20 Mon Sep 17 00:00:00 2001 From: Hantsy Bai Date: Sat, 22 Jun 2024 12:10:11 +0800 Subject: [PATCH] Update transports.adoc fix `GraphQlWebFluxAutoConfiguration` format in websocket section. --- spring-graphql-docs/modules/ROOT/pages/transports.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-graphql-docs/modules/ROOT/pages/transports.adoc b/spring-graphql-docs/modules/ROOT/pages/transports.adoc index 5943cb14..122f2681 100644 --- a/spring-graphql-docs/modules/ROOT/pages/transports.adoc +++ b/spring-graphql-docs/modules/ROOT/pages/transports.adoc @@ -115,7 +115,7 @@ but you can add a property for the endpoint path to enable it. Please, review {spring-boot-ref-docs}/reference/web/spring-graphql.html#web.graphql.transports.http-websocket[Web Endpoints] in the Boot reference documentation, and the list of supported `spring.graphql.websocket` {spring-boot-ref-docs}/appendix/application-properties/index.html#appendix.application-properties.web[properties]. -You can also look at `GraphQlWebMvcAutoConfiguration` or`GraphQlWebFluxAutoConfiguration` +You can also look at `GraphQlWebMvcAutoConfiguration` or `GraphQlWebFluxAutoConfiguration` for the actual Boot autoconfig details. The 1.0.x branch of this repository contains a WebFlux