Most Spring for GraphQL applications use Spring Boot as a way to auto-configure the required infrastructure for running GraphQL applications. This commit documents a minimal setup for Spring applications not relying on Spring Boot. This assumes an existing infrastructure for a Spring MVC application. Closes gh-606
17 lines
403 B
Plaintext
17 lines
403 B
Plaintext
* xref:index.adoc[Overview]
|
|
* xref:transports.adoc[]
|
|
* xref:request-execution.adoc[]
|
|
* xref:data.adoc[]
|
|
* xref:controllers.adoc[]
|
|
* xref:security.adoc[]
|
|
* xref:observability.adoc[]
|
|
* xref:graalvm-native.adoc[]
|
|
* xref:federation.adoc[]
|
|
* xref:client.adoc[]
|
|
* xref:codegen.adoc[]
|
|
* xref:graphiql.adoc[]
|
|
* xref:testing.adoc[]
|
|
* xref:boot-starter.adoc[]
|
|
* xref:standalone-setup.adoc[]
|
|
* xref:samples.adoc[]
|