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

com.yunzhanghu.example.config.Config Maven / Gradle / Ivy

package com.yunzhanghu.example.config;

import com.yunzhanghu.sdk.base.YzhConfig;

public class Config {

	public static YzhConfig getYzhConfig() {
		try {
			return YzhConfig.loadConfig("yzh.properties");
		} catch (Exception e) {
			e.printStackTrace();
			return null;
		}
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy