diff --git a/README.md b/README.md
index 62cf028..654606e 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,7 @@ v1.6.6 | 2023-12-11
- 引入JimuReport依赖
+> SpringBoot2+JDK8 版本
```
org.jeecgframework.jimureport
@@ -49,6 +50,19 @@ v1.6.6 | 2023-12-11
```
+
+> SpringBoot3+JDK17 版本(beta版,需要配置[JEECG私服]())
+```
+
+ org.jeecgframework.jimureport
+ jimureport-spring-boot3-starter
+ 1.6.6
+
+```
+
+
+
+
- 按需引入JimuReport依赖(mongo redis 支持包)
```