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

org.kaizen4j.common.constant.ApplicationConstant Maven / Gradle / Ivy

There is a newer version: 1.3.8.RELEASE
Show newest version
package org.kaizen4j.common.constant;

public final class ApplicationConstant {

    /**
     * 系统常量设置
     */
    public static final String APPLICATION_CONFIG_URL = "application.configUrl"; // 远程配置文件加载 KEY

    private ApplicationConstant() {}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy