| | |
| | | </description> |
| | | |
| | | <dependencies> |
| | | <!--引入es的坐标--> |
| | | <dependency> |
| | | <groupId>org.elasticsearch.client</groupId> |
| | | <artifactId>elasticsearch-rest-high-level-client</artifactId> |
| | | <version>7.15.1</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.elasticsearch.client</groupId> |
| | | <artifactId>elasticsearch-rest-client</artifactId> |
| | | <version>7.15.1</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.elasticsearch</groupId> |
| | | <artifactId>elasticsearch</artifactId> |
| | | <version>7.15.1</version> |
| | | |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-data-elasticsearch</artifactId> |
| | | </dependency> |
| | | |
| | | <!-- Spring框架基本的核心工具 --> |
| | | <dependency> |
| | |
| | | <artifactId>easyexcel</artifactId> |
| | | <version>2.2.6</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>junit</groupId> |
| | | <artifactId>junit</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>druid</artifactId> |
| | | <version>1.2.16</version> |
| | | <scope>compile</scope> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.lucene</groupId> |
| | | <artifactId>lucene-core</artifactId> |
| | | <version>8.8.0</version> |
| | | <scope>compile</scope> |
| | | </dependency> |
| | | |
| | | |
| | | |
| | | </dependencies> |
| | | |