zqy
4 天以前 8ed4c618f93da2ab32568c4f2c54930193e061ec
ruoyi-common/src/main/java/com/ruoyi/common/config/ElasticSearchConfig.java
@@ -33,9 +33,10 @@
    public RestHighLevelClient client(){
        return new RestHighLevelClient(RestClient.builder(
                new HttpHost(
                        "47.93.189.255",
                        "localhost",
                        8087,
                        "http"
                )
        ));
    }