zqy
2026-01-04 0eb444f93724d63d4bf4d18e5bd120ec86bf8c22
ruoyi-common/src/main/java/com/ruoyi/common/config/ElasticSearchConfig.java
@@ -33,11 +33,11 @@
    public RestHighLevelClient client(){
        return new RestHighLevelClient(RestClient.builder(
                new HttpHost(
//                        "localhost",
//                        8087,
                                              "10.39.16.172",
                        9200,
                        "http"
                        "localhost",
                        8087,
                    "http"
                )
        ));
    }