|
|
@@ -0,0 +1,25 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
+ xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
+ <parent>
|
|
|
+ <groupId>com.ruoyi</groupId>
|
|
|
+ <artifactId>ruoyi-common</artifactId>
|
|
|
+ <version>1.1.0</version>
|
|
|
+ </parent>
|
|
|
+ <modelVersion>4.0.0</modelVersion>
|
|
|
+
|
|
|
+ <artifactId>ruoyi-common-elasticsearch</artifactId>
|
|
|
+
|
|
|
+ <description>
|
|
|
+ ruoyi-common-elasticsearch ES搜索引擎服务
|
|
|
+ </description>
|
|
|
+
|
|
|
+ <dependencies>
|
|
|
+ <dependency>
|
|
|
+ <groupId>cn.easy-es</groupId>
|
|
|
+ <artifactId>easy-es-boot-starter</artifactId>
|
|
|
+ <version>0.9.70</version>
|
|
|
+ </dependency>
|
|
|
+ </dependencies>
|
|
|
+</project>
|