fix: 修复启动找不到ES包的Bug

This commit is contained in:
2023-04-28 09:14:45 +08:00
parent 01f967360c
commit 189fe69662
2 changed files with 13 additions and 6 deletions
+7
View File
@@ -118,6 +118,13 @@
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<!-- Java Low Level REST Client -->
<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>elasticsearch-rest-client</artifactId>
<version>7.6.2</version>
</dependency>
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>