提供SpringBoot3+JDK17 beta版本

This commit is contained in:
zhangdaiscott
2023-12-14 15:48:10 +08:00
parent 4f2de64696
commit 048b63f43d

View File

@@ -41,6 +41,7 @@ v1.6.6 | 2023-12-11
- 引入JimuReport依赖
> SpringBoot2+JDK8 版本
```
<dependency>
<groupId>org.jeecgframework.jimureport</groupId>
@@ -49,6 +50,19 @@ v1.6.6 | 2023-12-11
</dependency>
```
> SpringBoot3+JDK17 版本beta版需要配置[JEECG私服](<https://help.jeecg.com/java/setup/maven.html>)
```
<dependency>
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimureport-spring-boot3-starter</artifactId>
<version>1.6.6</version>
</dependency>
```
- 按需引入JimuReport依赖mongo redis 支持包)
```
<dependency>