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 Details

    • MinimalSpringApp

      public MinimalSpringApp()
  • Method Details

    • main

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

      public void run(String... args) throws Exception
      This method is started by Spring, once the Spring context has been loaded. This is run, as this class implements CommandLineRunner
      Specified by:
      run in interface org.springframework.boot.CommandLineRunner
      Throws:
      Exception