This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.au92.common.elastic; | |
/** | |
* @author: p_x_c | |
*/ | |
public class ElasticConstant { | |
/** | |
* 配置文件中多cluster分割符号 | |
*/ | |
public static final String CLUSTER_SPLIT = ","; |
OlderNewer