Skip to content

Commit

Permalink
修改es配置
Browse files Browse the repository at this point in the history
  • Loading branch information
Brother-Dragon committed Sep 19, 2022
1 parent d2c6820 commit 7b753c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ public class ElasticConfig {
public RestHighLevelClient restHighLevelClient() {
return new RestHighLevelClient(
RestClient.builder(
new HttpHost("mall4cloud-elasticsearch", 9200, "http")));
new HttpHost("192.168.1.46", 9200, "http")));
}
}

0 comments on commit 7b753c7

Please sign in to comment.