All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.ibatis.migration.Migrator Maven / Gradle / Ivy

The newest version!
package org.apache.ibatis.migration;

public class Migrator {

  public static void main(String[] args) throws Exception {
    try {
      new CommandLine(args).execute();
    } catch (Exception e) {
      e.printStackTrace();
      System.exit(1);
    }
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy