zqy
2026-01-04 0eb444f93724d63d4bf4d18e5bd120ec86bf8c22
ruoyi-common/src/main/java/com/ruoyi/common/config/ElasticSearchConfig.java
@@ -33,9 +33,11 @@
    public RestHighLevelClient client(){
        return new RestHighLevelClient(RestClient.builder(
                new HttpHost(
                        "47.93.189.255",
                        "localhost",
                        8087,
                        "http"
                    "http"
                )
        ));
    }