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

com.fly.jdbc.cfg.FlyConsts Maven / Gradle / Ivy

package com.fly.jdbc.cfg;

/**
 * 定义所有常量
 * @author kong
 *
 */
public final class FlyConsts {

	private FlyConsts() {
	}
	
	// SqlFly的当前版本号 
	public static final String V = "v1.0.0";

	// SqlFly开源地址 
	public static final String github_url = "https://github.com/click33/sqlfly";
	
	// SqlFly包地址
	public static final String packagePath = "com.fly";
	

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy