java.lang.Object
info.ejava.examples.app.testing.testbasics.tips.BillHandler
All Implemented Interfaces:
org.springframework.boot.CommandLineRunner

@Component @ConditionalOnBooleanProperty(name="bill.handler.enabled", havingValue=true, matchIfMissing=true) public class BillHandler extends Object implements org.springframework.boot.CommandLineRunner
  • Field Details

  • Constructor Details

    • BillHandler

      public BillHandler()
  • Method Details

    • run

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