合并master到caihaohan

This commit is contained in:
2023-04-28 09:14:17 +08:00
parent aed4b71395
commit 189aaa42c6
11 changed files with 911 additions and 0 deletions
+12
View File
@@ -118,6 +118,18 @@
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
<version>7.6.2</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.elasticsearch/elasticsearch -->
<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>elasticsearch-rest-high-level-client</artifactId>
<version>7.6.2</version>
</dependency>
</dependencies>