回滚druid版本升级,导致问题“角色功能报错,列表查询报错。 #6070”

This commit is contained in:
JEECG
2024-04-03 09:44:01 +08:00
parent ac93bf7d6b
commit ab49983759
2 changed files with 5 additions and 1 deletions

View File

@@ -34,6 +34,10 @@
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimureport-spring-boot-starter</artifactId>
<exclusions>
<exclusion>
<artifactId>druid</artifactId>
<groupId>com.alibaba</groupId>
</exclusion>
<exclusion>
<artifactId>jsqlparser</artifactId>
<groupId>com.github.jsqlparser</groupId>