Class InitClientControllerCmdLineRunner

  • All Implemented Interfaces:
    org.springframework.boot.CommandLineRunner

    @Component
    @Order(10)
    public class InitClientControllerCmdLineRunner
    extends Object
    implements org.springframework.boot.CommandLineRunner
    • Constructor Detail

      • InitClientControllerCmdLineRunner

        public InitClientControllerCmdLineRunner()
    • Method Detail

      • run

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