com.github.javaclub.configcenter.client.ConfigService Maven / Gradle / Ivy
The newest version!
/*
* @(#)ConfigService.java 2021-8-20
*
* Copyright (c) 2021. All Rights Reserved.
*
*/
package com.github.javaclub.configcenter.client;
/**
* ConfigService
*
* @author Gerald Chen
* @version $Id: ConfigService.java 2021-8-20 17:32:27 Exp $
*/
public class ConfigService {
public static AppConfig getAppConfig() {
return DefaultAppServerConfig.getInstance();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy