Class KeyManagerApplication

java.lang.Object
com.inesm.KeyManager.KeyManagerApplication

@SpringBootApplication public class KeyManagerApplication extends Object
Entry point for the application
  • Constructor Details

    • KeyManagerApplication

      public KeyManagerApplication()
  • Method Details

    • main

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

      @Bean public org.springframework.core.task.TaskExecutor taskExecutor()
      Defines execution strategy.
      Returns:
      task executor
    • schedulingRunner

      @Bean public org.springframework.boot.CommandLineRunner schedulingRunner(org.springframework.core.task.TaskExecutor executor)
      Sets the command line runner. Defines the runnables to be executed.
      Parameters:
      executor - the task executor defining the execution strategy
      Returns:
      the command line runner created