tgtools.tasklibrary.config.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tgtools.tasklibrary Show documentation
Show all versions of tgtools.tasklibrary Show documentation
base tgtools.tasklibrary task tools
package tgtools.tasklibrary.config;
/**
* 配置信息
*
* @author Administrator
*
*/
public class Constants {
//田径 增加配置文件路径
public static String config_path="";
public static String ftp_backpath = System.getProperty("user.dir")+"/file/";
}