Commit 0a3bc828 by 陈浩建

ES(elasticsearch)增加账号密码认证

parent 52a7acf2
......@@ -15,7 +15,7 @@ import java.io.IOException;
public class AccessStatisticDataSearchUtils {
// public final static String ES_URL = "http://172.18.101.171:9200/";
public final static String ES_URL = "http://localhost:9200/";
public final static String ES_URL = "http://elastic:winSun2020@localhost:9200/";
public final static String SEARCH = "/_search";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment