zqy
2025-12-26 411dd00a318469a0ffe7761232a955c929bf2eca
ruoyi-common/src/main/java/com/ruoyi/common/config/ElasticSearchConfig.java
@@ -33,11 +33,10 @@
    public RestHighLevelClient client(){
        return new RestHighLevelClient(RestClient.builder(
                new HttpHost(
//                        "localhost",
//                        8087,
                                              "10.39.16.172",
                        9200,
                        "localhost",
                        8087,
                        "http"
                )
        ));
    }