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