zqy
4 天以前 8ed4c618f93da2ab32568c4f2c54930193e061ec
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"
                )
        ));
    }