mirror of
https://github.com/jeecgboot/JimuReport.git
synced 2026-01-13 07:01:19 +08:00
提供SpringBoot3+JDK17 beta版本
This commit is contained in:
14
README.md
14
README.md
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user