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 Details

    • applicationContext

      @Autowired protected org.springframework.context.ApplicationContext applicationContext
  • Constructor Details

    • GraphQLServerMain

      public GraphQLServerMain()
  • Method Details

    • main

      public static void main(String[] args)
    • defaultSourceBuilderCustomizer

      @Bean public org.springframework.boot.autoconfigure.graphql.GraphQlSourceBuilderCustomizer defaultSourceBuilderCustomizer()
      This GraphQlSourceBuilderCustomizer configures stuff that is mandatory for plugin. Other GraphQlSourceBuilderCustomizer may be registered to add other customization to the spring GraphQlSource. The only constraint is that other such beans must have different names.
      Returns: