Skip to content

Instantly share code, notes, and snippets.

@Chairo
Chairo / ElasticConstant.java
Last active October 3, 2019 12:12
Elastic Spring Boot Starter
package com.au92.common.elastic;
/**
* @author: p_x_c
*/
public class ElasticConstant {
/**
* 配置文件中多cluster分割符号
*/
public static final String CLUSTER_SPLIT = ",";