| | |
| | | <groupId>junit</groupId> |
| | | <artifactId>junit</artifactId> |
| | | </dependency> |
| | | |
| | | |
| | | <!-- ElasticSearch --> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>org.springframework.boot</groupId>--> |
| | | <!-- <artifactId>spring-boot-starter-data-elasticsearch</artifactId>--> |
| | | <!-- <version>2.7.1</version>--> |
| | | <!-- </dependency>--> |
| | | <!--导入了elasticsearch --> |
| | | <dependency> |
| | | <groupId>org.elasticsearch.client</groupId> |
| | | <artifactId>elasticsearch-rest-high-level-client</artifactId> |
| | | <version>7.17.4</version> |
| | | <!-- <version>6.7.2</version>--> |
| | | <exclusions> |
| | | <exclusion> |
| | | <artifactId>elasticsearch</artifactId> |
| | | <groupId>org.elasticsearch</groupId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.elasticsearch</groupId> |
| | | <artifactId>elasticsearch</artifactId> |
| | | <version>7.17.4</version> |
| | | <!-- <version>6.7.2</version>--> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>druid</artifactId> |
| | | <scope>provided</scope> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | <build> |