feige
5 天以前 9c6131807b50fac0ed6e9f517a6c3f132c7235df
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"
                )