zqy
5 天以前 cedaeeed6d401aefebf93ea6ea21cc9e06d5f5db
ruoyi-common/src/main/java/com/ruoyi/common/config/ElasticSearchConfig.java
@@ -33,7 +33,7 @@
    public RestHighLevelClient client(){
        return new RestHighLevelClient(RestClient.builder(
                new HttpHost(
                        "47.93.189.255",
                        "localhost",
                        8087,
                        "http"
                )