Class Upload

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

    @Component
    @Order(1)
    public class Upload
    extends Object
    implements org.springframework.boot.ApplicationRunner
    • Method Detail

      • run

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