Browse Source

ES配置,连接修改(仅修改了测试)

liubing 3 years ago
parent
commit
2e43e467db
1 changed files with 5 additions and 0 deletions
  1. 5 0
      svr/svr-cloud-care/pom.xml

+ 5 - 0
svr/svr-cloud-care/pom.xml

@ -192,6 +192,11 @@
            <groupId>org.apache.poi</groupId>
            <artifactId>poi-ooxml</artifactId>
        </dependency>
        <dependency>
            <groupId>org.elasticsearch.plugin</groupId>
            <artifactId>shield</artifactId>
            <version>2.4.6</version>
        </dependency>
        <!-- xlsx  依赖这个包 -->
        <dependency>
            <groupId>org.apache.poi</groupId>