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

com.easy.core.domain.Constants Maven / Gradle / Ivy

The newest version!
package com.easy.core.domain;


/**
 * 常量
 */
public class Constants {
    /**
     * 入口环境标识
     */
   public static final String POD_ENV = "pod_env";

    /**
     * 访问来源
     */
    public static final String X_FORWARDED_FOR = "x-forwarded-for";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy