Class MigrationOrderedCommandLineRunner

  • All Implemented Interfaces:
    groovy.lang.GroovyObject, org.springframework.boot.CommandLineRunner, org.springframework.core.Ordered

    @Component
    public abstract class MigrationOrderedCommandLineRunner
    extends AbstractOrderedCommandLineRunner
    implements groovy.lang.GroovyObject
    • Constructor Detail

      • MigrationOrderedCommandLineRunner

        public MigrationOrderedCommandLineRunner()
    • Method Detail

      • run

        public void run​(java.lang.String... strings)
                 throws java.lang.Exception
        Specified by:
        run in interface org.springframework.boot.CommandLineRunner
        Throws:
        java.lang.Exception
      • migrate

        public abstract void migrate()