feat(search): 实现用户搜索功能
- 添加 Elasticsearch 客户端配置 - 创建用户搜索接口和实现类 - 定义搜索请求和响应 VO 类 - 集成分页查询和关键字匹配逻辑 - 添加 Elasticsearch 测试用例 - 更新 pom.xml 依赖和版本管理 - 添加 HTTP 客户端测试脚本
This commit is contained in:
@@ -59,6 +59,10 @@
|
||||
<groupId>co.elastic.clients</groupId>
|
||||
<artifactId>elasticsearch-java</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.elasticsearch.client</groupId>
|
||||
<artifactId>elasticsearch-rest-client</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
||||
Reference in New Issue
Block a user