wanghongzhi 1 年之前
父节点
当前提交
31fcad8c79
共有 1 个文件被更改,包括 9 次插入9 次删除
  1. 9 9
      easydo-chengfa/src/main/java/easydo/technology/controller/TestController.java

+ 9 - 9
easydo-chengfa/src/main/java/easydo/technology/controller/TestController.java

@@ -27,15 +27,15 @@ import org.apache.http.auth.AuthScope;
 import org.apache.http.auth.UsernamePasswordCredentials;
 import org.apache.http.client.CredentialsProvider;
 import org.apache.http.impl.client.BasicCredentialsProvider;
-import org.apache.http.impl.nio.client.HttpAsyncClientBuilder;
-import org.elasticsearch.action.search.SearchRequest;
-import org.elasticsearch.action.search.SearchResponse;
-import org.elasticsearch.client.RestClient;
-import org.elasticsearch.client.RestClientBuilder;
-import org.elasticsearch.client.RestHighLevelClient;
-import org.elasticsearch.index.query.QueryBuilders;
-import org.elasticsearch.search.SearchHit;
-import org.elasticsearch.search.builder.SearchSourceBuilder;
+// import org.apache.http.impl.nio.client.HttpAsyncClientBuilder;
+// import org.elasticsearch.action.search.SearchRequest;
+// import org.elasticsearch.action.search.SearchResponse;
+// import org.elasticsearch.client.RestClient;
+// import org.elasticsearch.client.RestClientBuilder;
+// import org.elasticsearch.client.RestHighLevelClient;
+// import org.elasticsearch.index.query.QueryBuilders;
+// import org.elasticsearch.search.SearchHit;
+// import org.elasticsearch.search.builder.SearchSourceBuilder;
 import org.springframework.security.crypto.password.PasswordEncoder;
 import org.springframework.web.bind.annotation.GetMapping;
 import org.springframework.web.bind.annotation.RequestBody;