Package org.forum.server.graphql.util
Class GraphQLServerMain
java.lang.Object
org.forum.server.graphql.util.GraphQLServerMain
@SpringBootApplication
@ComponentScan(basePackages={"org.forum.server.graphql","com.graphql_java_generator.server","com.graphql_java_generator.util","org.forum.server.jpa","org.forum.server.specific_code","org.forum.server.oauth2"},
excludeFilters=)
@EnableJpaRepositories(basePackages={"org.forum.server.graphql","com.graphql_java_generator","org.forum.server.jpa","org.forum.server.specific_code","org.forum.server.oauth2"})
@EntityScan(basePackages={"org.forum.server.graphql","com.graphql_java_generator","org.forum.server.jpa","org.forum.server.specific_code","org.forum.server.oauth2"})
@EnableConfigurationProperties
public class GraphQLServerMain
extends Object
- Author:
- generated by graphql-java-generator
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.springframework.context.ApplicationContext
-
Constructor Summary
Constructors -
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:
-