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

cloud.tianai.rpc.springboot.constant.RpcCommonConstant Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package cloud.tianai.rpc.springboot.constant;

import cloud.tianai.rpc.common.URL;

public interface RpcCommonConstant {

    URL DEFAULT_REGISTRY_URL = new URL("zookeeper", "127.0.0.1", 2181);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy