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

com.github.liuyehcf.framework.rpc.maple.MapleConst Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
package com.github.liuyehcf.framework.rpc.maple;

/**
 * @author hechenfeng
 * @date 2019/3/23
 */
public interface MapleConst {
    String DEFAULT_GROUP = "MAPLE";

    String DEFAULT_VERSION = "1.0.0";

    long DEFAULT_CLIENT_TIMEOUT = 3000;

    String DEFAULT_SERIALIZE_TYPE = "hessian";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy