反馈issue

dependabot/maven/jimureport-example/org.xerial-sqlite-jdbc-3.41.2.2
zhangdaiscott 2022-08-26 19:02:28 +08:00
parent 6ca32c2e70
commit 2bac9d0385
1 changed files with 0 additions and 21 deletions

View File

@ -47,27 +47,6 @@ v1.5.2 | 2022-07-12
</dependency>
```
- 如果出现jsqlparser不兼容问题请这么引用
```
<dependency>
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimureport-spring-boot-starter</artifactId>
<version>1.5.2</version>
<exclusions>
<exclusion>
<artifactId>minidao-spring-boot-starter</artifactId>
<groupId>org.jeecgframework</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jeecgframework</groupId>
<artifactId>minidao-spring-boot-starter</artifactId>
<version>1.8.8</version>
</dependency>
```
通过 http://jimureport.com/doc/log 查询最新版本号