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

com.github.hackerwin7.mysql.tracker.deployer.SimpleLocalTracker Maven / Gradle / Ivy

The newest version!
package com.github.hackerwin7.mysql.tracker.deployer;

import com.github.hackerwin7.mysql.tracker.tracker.SimpleMysqlTracker;

/**
 * Created by hp on 15-3-9.
 */
public class SimpleLocalTracker {
    public static void main(String[] args) throws Exception {
        SimpleMysqlTracker tracker = new SimpleMysqlTracker();
        tracker.start();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy