Class MinimalSpringApp
java.lang.Object
com.graphql_java_generator.minimal_app.MinimalSpringApp
- All Implemented Interfaces:
org.springframework.boot.CommandLineRunner
@SpringBootApplication(scanBasePackageClasses={MinimalSpringApp.class,com.graphql_java_generator.client.GraphqlClientUtils.class,QueryExecutor.class})
public class MinimalSpringApp
extends Object
implements org.springframework.boot.CommandLineRunner
-
Constructor Summary
-
Method Summary
-
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
-