Update transports.adoc

fix `GraphQlWebFluxAutoConfiguration` format in websocket section.
This commit is contained in:
Hantsy Bai
2024-06-22 12:10:11 +08:00
committed by Rossen Stoyanchev
parent 2354970802
commit 1dcc2ddc3a

View File

@@ -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