feige
7 天以前 cc10fc6f2c5edfae88240d224cbeb94de36ddf5e
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"
                )
        ));
    }