Class DataSetImporter

java.lang.Object
org.qubership.atp.dataset.migration.DataSetImporter
All Implemented Interfaces:
org.springframework.boot.CommandLineRunner

@SpringBootConfiguration @Import(MigrationConfig.class) public class DataSetImporter extends Object implements org.springframework.boot.CommandLineRunner
  • Constructor Details

  • Method Details

    • main

      public static void main(String[] args) throws Exception
      main entry point.
      Parameters:
      args - list of args
      Throws:
      Exception - some error occured
    • run

      public void run(String... args) throws IOException, org.apache.poi.openxml4j.exceptions.InvalidFormatException
      Specified by:
      run in interface org.springframework.boot.CommandLineRunner
      Throws:
      IOException
      org.apache.poi.openxml4j.exceptions.InvalidFormatException