elasticsearch相关的放入同一个package中

This commit is contained in:
fanghongchao
2018-11-28 11:30:48 +08:00
parent b4e2cb5f37
commit 5e5cd016a7
7 changed files with 15 additions and 20 deletions
-10
View File
@@ -105,16 +105,6 @@
<optional>true</optional> <!-- 这个需要为 true 热部署才有效 -->
</dependency>
<!-- <dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-elasticsearch</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-elasticsearch</artifactId>
<version>3.1.2.RELEASE</version>
</dependency> -->
<!-- https://mvnrepository.com/artifact/org.elasticsearch/elasticsearch -->
<dependency>
<groupId>org.elasticsearch</groupId>