集成elasticsearch8.x,实现初始化加载类,以及es工具类相关抽象方法实现

This commit is contained in:
xiongf
2024-12-10 18:06:22 +08:00
parent 4869ddf654
commit b1010828c5
5 changed files with 415 additions and 0 deletions

View File

@@ -145,6 +145,13 @@
<scope>provided</scope> <!-- 在Web服务器环境中由服务器提供 -->
</dependency>
<!-- elasticsearch8.x 搜索引擎 -->
<dependency>
<groupId>co.elastic.clients</groupId>
<artifactId>elasticsearch-java</artifactId>
<version>8.16.0</version>
</dependency>
</dependencies>