zqy
14 小时以前 7c0603315e57e3765270a8ac6b310b5a32af5a40
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"
                )
        ));
    }