diff --git a/README.cn.md b/README.cn.md
index b471ad5..f5f7c93 100644
--- a/README.cn.md
+++ b/README.cn.md
@@ -31,7 +31,7 @@
org.dromara.milvus-plus
milvus-plus-core
- 2.1.8
+ 2.2.0
```
@@ -41,7 +41,7 @@ Spring应用支持:
org.dromara.milvus-plus
milvus-plus-boot-starter
- 2.1.8
+ 2.2.0
```
@@ -51,11 +51,12 @@ Solon应用支持:
org.dromara.milvus-plus
milvus-plus-solon-plugin
- 2.1.8
+ 2.2.0
```
## 需知
+- 2.2.0版本支持数据库版本2.5.x,增强文本搜索能力
- 2.1.7版本之后groupId修改为 org.dromara.milvus-plus,版本之前为 org.dromara
- 2.0.0版本必须使用索引注解定义索引,不然启动报错后,再添加无效,需要先删除集合
- 2.0.0版本暂未发布 MilvusService 功能
diff --git a/README.md b/README.md
index 1e9e687..3ed657f 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ Custom extension support:
org.dromara.milvus-plus
milvus-plus-core
- 2.1.8
+ 2.2.0
```
@@ -39,7 +39,7 @@ Spring application support:
org.dromara.milvus-plus
milvus-plus-boot-starter
- 2.1.8
+ 2.2.0
```
@@ -49,7 +49,7 @@ Solon application support:
org.dromara.milvus-plus
milvus-plus-solon-plugin
- 2.1.8
+ 2.2.0
```
diff --git a/milvus-core-demo/pom.xml b/milvus-core-demo/pom.xml
index 944b236..44dc47e 100644
--- a/milvus-core-demo/pom.xml
+++ b/milvus-core-demo/pom.xml
@@ -17,7 +17,7 @@
org.dromara.milvus-plus
milvus-plus-core
- 2.1.7
+ 2.2.0
diff --git a/milvus-plus-boot-starter/src/main/java/org/dromara/milvus/plus/service/MilvusInit.java b/milvus-plus-boot-starter/src/main/java/org/dromara/milvus/plus/service/MilvusInit.java
index 40452b1..027383a 100644
--- a/milvus-plus-boot-starter/src/main/java/org/dromara/milvus/plus/service/MilvusInit.java
+++ b/milvus-plus-boot-starter/src/main/java/org/dromara/milvus/plus/service/MilvusInit.java
@@ -54,6 +54,7 @@ public class MilvusInit extends AbstractMilvusClientBuilder implements Initializ
" | |\\/| | | \\ \\ / / | | / __| | |_) | | | | / __|\n" +
" | | | | | |\\ V /| |_| \\__ \\ | __/| | |_| \\__ \\\n" +
" |_| |_|_|_| \\_/ \\__,_|___/ |_| |_|\\__,_|___/\n\n";
+
System.out.println(banner);
}
}
\ No newline at end of file
diff --git a/milvus-plus-parent/pom.xml b/milvus-plus-parent/pom.xml
index 16d192f..0f9eb63 100644
--- a/milvus-plus-parent/pom.xml
+++ b/milvus-plus-parent/pom.xml
@@ -30,7 +30,7 @@
- 2.1.8
+ 2.2.0
${java.version}
${java.version}
3.11.0
diff --git a/milvus-plus-solon-plugin/src/main/java/org/dromara/solon/service/MilvusInit.java b/milvus-plus-solon-plugin/src/main/java/org/dromara/solon/service/MilvusInit.java
index 2062722..9c0417a 100644
--- a/milvus-plus-solon-plugin/src/main/java/org/dromara/solon/service/MilvusInit.java
+++ b/milvus-plus-solon-plugin/src/main/java/org/dromara/solon/service/MilvusInit.java
@@ -43,6 +43,7 @@ public class MilvusInit extends AbstractMilvusClientBuilder implements Lifecycle
" | |\\/| | | \\ \\ / / | | / __| | |_) | | | | / __|\n" +
" | | | | | |\\ V /| |_| \\__ \\ | __/| | |_| \\__ \\\n" +
" |_| |_|_|_| \\_/ \\__,_|___/ |_| |_|\\__,_|___/\n\n";
+
System.out.println(banner);
}
}
\ No newline at end of file
diff --git a/milvus-spring-demo/pom.xml b/milvus-spring-demo/pom.xml
index 1cfcd7e..202ee1f 100644
--- a/milvus-spring-demo/pom.xml
+++ b/milvus-spring-demo/pom.xml
@@ -21,7 +21,7 @@
org.dromara.milvus-plus
milvus-plus-boot-starter
- 2.1.8
+ 2.2.0