fix:解决ES Clien Bean创建失败,缺少类的问题

pull/16/MERGE^2
chenwen@trusfort.com 2023-02-08 21:20:04 +08:00
parent 60aa953897
commit f9f1ba1f2d
1 changed files with 5 additions and 0 deletions

View File

@ -376,6 +376,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-elasticsearch</artifactId>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
<version>8.11.1</version>
</dependency>
<!--spring data jpa-->
<dependency>
<groupId>org.springframework.boot</groupId>