配置测试环境

This commit is contained in:
zhaolongfei
2024-11-07 17:48:40 +08:00
parent ae75aedff9
commit 2d0b79878b
3 changed files with 6 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ import com.xboe.common.utils.StringUtil;
public class ElasticsearchConfig {
@Value("${xboe.elasticsearch.server.ip}")
private String esIp="10.251.88.214";
private String esIp="127.0.0.1";
@Value("${xboe.elasticsearch.server.port}")
private int esPort=9200;