zqy
2 天以前 e1dc6930a9d217da8d87e2838208eb0e7eca2a2a
ruoyi-common/src/main/java/com/ruoyi/common/config/ElasticSearchConfig.java
@@ -33,11 +33,12 @@
    public RestHighLevelClient client(){
        return new RestHighLevelClient(RestClient.builder(
                new HttpHost(
//                        "localhost",
//                        8087,
                                              "10.39.16.172",
                        9200,
                        "http"
                        "localhost",
                        8087,
//
                    "http"
                )
        ));
    }