Class MinimalSpringApp
java.lang.Object
org.allGraphQLCases.minimal.spring_app.MinimalSpringApp
- All Implemented Interfaces:
org.springframework.boot.CommandLineRunner
@SpringBootApplication(scanBasePackageClasses={MinimalSpringApp.class,com.graphql_java_generator.client.GraphqlClientUtils.class,MyQueryTypeExecutorAllGraphQLCases.class})
public class MinimalSpringApp
extends Object
implements org.springframework.boot.CommandLineRunner
- Author:
- etienne-sf
-
Field Summary
Modifier and TypeFieldDescriptionprotected static org.slf4j.Logger
The logger for this class -
Constructor Summary
-
Method Summary
-
Field Details
-
logger
protected static org.slf4j.Logger loggerThe logger for this class
-
-
Constructor Details
-
MinimalSpringApp
public MinimalSpringApp()
-
-
Method Details
-
main
-
run
This method is started by Spring, once the Spring context has been loaded. This is run, as this class implementsCommandLineRunner
- Specified by:
run
in interfaceorg.springframework.boot.CommandLineRunner
- Throws:
Exception
-