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

com.github.fashionbrot.ribbon.constants.GlobalConstants Maven / Gradle / Ivy

Go to download

mars-ribbon-api 负载均衡工具 https://github.com/fashionbrot/mars-dynamic-config

There is a newer version: 0.1.3
Show newest version
package com.github.fashionbrot.ribbon.constants;

/**
 * @author fashionbrot
 * @version 0.1.0
 * @date 2019/12/8 22:45
 */
public class GlobalConstants {

    public final static String HTTP_SCHEME ="http://";

    public final static String HTTPS_SCHEME = "https://";

    public static final String ENCODE_UTF8 ="UTF-8";

    public static final String NAME = "mars";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy