程序包的使用
org.springframework.boot.autoconfigure.graphql
程序包
说明
Auto-configuration for Spring GraphQL.
Auto-configuration classes for data integrations with GraphQL.
Auto-configuration classes for WebFlux support in Spring GraphQL.
Auto-configuration classes for MVC support in Spring GraphQL.
Auto-configuration for GraphQL tester.
-
类说明
@Conditional
that only matches when a GraphQL schema is defined for the application, through schema files or infrastructure beans.Properties
for Spring GraphQL. -
org.springframework.boot.autoconfigure.graphql.data使用的org.springframework.boot.autoconfigure.graphql中的类类说明Callback interface that can be implemented by beans wishing to customize properties of
Builder
whilst retaining default auto-configuration. -
org.springframework.boot.autoconfigure.graphql.reactive使用的org.springframework.boot.autoconfigure.graphql中的类
-
org.springframework.boot.autoconfigure.graphql.servlet使用的org.springframework.boot.autoconfigure.graphql中的类
-