java.lang.Object
org.qubership.atp.environments.db.migration.Main

@Configuration @ComponentScan(basePackages="org.qubership.atp.environments") @Import({DbConfiguration.class,org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.class,org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration.class,org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration.class}) public class Main extends Object
  • Constructor Details

    • Main

      public Main()
  • Method Details

    • main

      public static void main(String[] args) throws SQLException, liquibase.exception.LiquibaseException
      Runs db migration.
      Parameters:
      args - expected empty
      Throws:
      SQLException - if something went wrong
      liquibase.exception.LiquibaseException - if something went wrong with migration