java.lang.Object
info.ejava.examples.svc.content.quotes.services.Populate
All Implemented Interfaces:
org.springframework.boot.CommandLineRunner

@Component @ConditionalOnProperty(name="test", havingValue="true", matchIfMissing=true) public class Populate extends Object implements org.springframework.boot.CommandLineRunner
  • Field Details

  • Constructor Details

    • Populate

      public Populate()
  • Method Details

    • run

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