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

    Fields
    Modifier and Type
    Field
    Description
    protected static org.slf4j.Logger
    The logger for this class
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
     
    void
    run(String... args)
    This method is started by Spring, once the Spring context has been loaded.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • logger

      protected static org.slf4j.Logger logger
      The logger for this class
  • 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