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

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

Go to download

云账户综合服务平台官方 SDK for Java,支持 Java JDK 1.8 及以上版本 Copyright © 2013 - 2024 云账户技术(天津)有限公司 云账户开放平台:https://open.yunzhanghu.com

The newest version!
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 - 2024 Weber Informatics LLC | Privacy Policy