Class ExampleRunner

java.lang.Object
io.awspring.spring.data.examples.service.ExampleRunner
All Implemented Interfaces:
org.springframework.boot.CommandLineRunner

@Component public class ExampleRunner extends Object implements org.springframework.boot.CommandLineRunner
Runs the independently documented examples in their Spring ordering.
  • Constructor Details

  • Method Details

    • run

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