mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-06 09:26:48 +08:00
Update ElasticsearchConfig.java
This commit is contained in:
@@ -20,7 +20,7 @@ import com.xboe.common.utils.StringUtil;
|
|||||||
public class ElasticsearchConfig {
|
public class ElasticsearchConfig {
|
||||||
|
|
||||||
@Value("${xboe.elasticsearch.server.ip}")
|
@Value("${xboe.elasticsearch.server.ip}")
|
||||||
private String esIp="127.0.0.1";
|
private String esIp="10.251.88.214";
|
||||||
|
|
||||||
@Value("${xboe.elasticsearch.server.port}")
|
@Value("${xboe.elasticsearch.server.port}")
|
||||||
private int esPort=9200;
|
private int esPort=9200;
|
||||||
|
|||||||
Reference in New Issue
Block a user