From 2a922caf896a44ee50c126a66e59b8b49d1b1678 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期四, 19 三月 2020 09:22:46 +0800 Subject: [PATCH] 升级 v2.2 --- ruoyi/pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/ruoyi/pom.xml b/ruoyi/pom.xml index bd5885c..eac3770 100644 --- a/ruoyi/pom.xml +++ b/ruoyi/pom.xml @@ -122,6 +122,12 @@ <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper-spring-boot-starter</artifactId> <version>${pagehelper.spring.boot.starter.version}</version> + <exclusions> + <exclusion> + <groupId>org.mybatis</groupId> + <artifactId>mybatis</artifactId> + </exclusion> + </exclusions> </dependency> <!--闃块噷鏁版嵁搴撹繛鎺ユ睜 --> -- Gitblit v1.9.3