Skip to content

Commit

Permalink
回滚druid版本升级,导致问题“角色功能报错,列表查询报错。 #6070
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdaiscott committed Apr 3, 2024
1 parent ac93bf7 commit ab49983
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions jeecg-module-system/jeecg-system-biz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<!-- 持久层 -->
<mybatis-plus.version>3.5.3.1</mybatis-plus.version>
<dynamic-datasource-spring-boot-starter.version>4.1.3</dynamic-datasource-spring-boot-starter.version>
<druid.version>1.2.22</druid.version>
<druid.version>1.2.19</druid.version>
<minidao.version>1.9.10</minidao.version>

<!-- 积木报表-->
Expand Down

0 comments on commit ab49983

Please sign in to comment.