From 5dc14666cc5f88a4c27b81068b7245badfdce35d Mon Sep 17 00:00:00 2001 From: gssong <1742057357@qq.com> Date: 星期三, 03 四月 2024 20:41:30 +0800 Subject: [PATCH] update 修复办理委托空指针错误 --- ruoyi-common/ruoyi-common-mybatis/pom.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-common/ruoyi-common-mybatis/pom.xml b/ruoyi-common/ruoyi-common-mybatis/pom.xml index 2088b54..16d8d5c 100644 --- a/ruoyi-common/ruoyi-common-mybatis/pom.xml +++ b/ruoyi-common/ruoyi-common-mybatis/pom.xml @@ -39,7 +39,7 @@ <dependency> <groupId>com.baomidou</groupId> - <artifactId>mybatis-plus-boot-starter</artifactId> + <artifactId>mybatis-plus-spring-boot3-starter</artifactId> <exclusions> <exclusion> <groupId>org.mybatis</groupId> -- Gitblit v1.9.3