Package org.allGraphQLCases.server
Class GraphQLServerMain
java.lang.Object
org.allGraphQLCases.server.GraphQLServerMain
@SpringBootApplication
@ComponentScan(basePackages={"org.allGraphQLCases.server","com.graphql_java_generator.server","com.graphql_java_generator.util"},
excludeFilters=)
@EnableConfigurationProperties
public class GraphQLServerMain
extends Object
- Author:
- generated by graphql-java-generator
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.springframework.context.ApplicationContext
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.boot.autoconfigure.graphql.GraphQlSourceBuilderCustomizer
ThisGraphQlSourceBuilderCustomizer
configures stuff that is mandatory for plugin.static void
-
Field Details
-
applicationContext
@Autowired protected org.springframework.context.ApplicationContext applicationContext
-
-
Constructor Details
-
GraphQLServerMain
public GraphQLServerMain()
-
-
Method Details
-
main
-
defaultSourceBuilderCustomizer
@Bean public org.springframework.boot.autoconfigure.graphql.GraphQlSourceBuilderCustomizer defaultSourceBuilderCustomizer()ThisGraphQlSourceBuilderCustomizer
configures stuff that is mandatory for plugin. OtherGraphQlSourceBuilderCustomizer
may be registered to add other customization to the springGraphQlSource
. The only constraint is that other such beans must have different names.- Returns:
-