Class SystemOutCommand

java.lang.Object
info.ejava.examples.app.config.logging.factory.SystemOutCommand
All Implemented Interfaces:
org.springframework.boot.CommandLineRunner

@Component @Profile("system-out") public class SystemOutCommand extends Object implements org.springframework.boot.CommandLineRunner
  • Constructor Details

    • SystemOutCommand

      public SystemOutCommand()
  • Method Details

    • run

      public void run(String... args) throws Exception
      Specified by:
      run in interface org.springframework.boot.CommandLineRunner
      Throws:
      Exception