From d20aadfc93b54339d19d173fce364310e90b016d Mon Sep 17 00:00:00 2001 From: Charles7c Date: Sat, 2 Sep 2023 00:10:18 +0800 Subject: [PATCH] =?UTF-8?q?revert:=20=E9=99=8D=E7=BA=A7=20MyBatis=20Plus?= =?UTF-8?q?=203.5.3.2=20=3D>=203.5.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 3.5.3.2 与项目现有数据权限处理方式存在冲突,初步分析是 MyBatis Plus 3.5.3.2 版本对 selectPage 等方法添加了 default 默认实现,此时项目的数据权限处理方式(重写 selectPage 方法)会导致 Invalid bound statement (not found) 异常 --- README.md | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fec8c689f..13d8d5c9e 100644 --- a/README.md +++ b/README.md @@ -274,8 +274,8 @@ continew-admin ## 核心技术栈 -| 名称 | 版本 | 简介 | -| :----------------------------------------------------------- | :----------- | :----------------------------------------------------------- | +| 名称 | 版本 | 简介 | +| :----------------------------------------------------------- |:-------------| :----------------------------------------------------------- | | Vue | 3.3.4 | 渐进式 JavaScript 框架,易学易用,性能出色,适用场景丰富的 Web 前端框架。 | | TypeScript | 4.9.5 | TypeScript 是微软开发的一个开源的编程语言,通过在 JavaScript 的基础上添加静态类型定义构建而成。 | | Arco Design Vue | 2.51.0 | 字节跳动推出的前端 UI 框架,样式美观,组件丰富。 | @@ -283,7 +283,7 @@ continew-admin | Undertow | 2.2.26.Final | 采用 Java 开发的灵活的高性能 Web 服务器,提供包括阻塞和基于 NIO 的非堵塞机制。 | | Sa-Token + JWT | 1.35.0.RC | 轻量级 Java 权限认证框架,让鉴权变得简单、优雅。 | | MariaDB | 10.10.2 | MySQL 的一个分支,主要由开源社区在维护,完全兼容 MySQL,包括 API 和命令行,能轻松成为 MySQL 的代替品。 | -| MyBatis Plus | 3.5.3.2 | MyBatis 的增强工具,在 MyBatis 的基础上只做增强不做改变,简化开发、提高效率。 | +| MyBatis Plus | 3.5.3.1 | MyBatis 的增强工具,在 MyBatis 的基础上只做增强不做改变,简化开发、提高效率。 | | dynamic-datasource-spring-boot-starter | 3.6.1 | 基于 Spring Boot 的快速集成多数据源的启动器。 | | Hikari | 4.0.3 | JDBC 连接池,号称 “史上最快连接池”,SpringBoot 在 2.0 之后,采用的默认数据库连接池就是 Hikari。 | | mysql-connector-j | 8.0.33 | MySQL Java 驱动。 | diff --git a/pom.xml b/pom.xml index 29d69d6de..b4dcf36c5 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ limitations under the License. 1.35.0.RC - 3.5.3.2 + 3.5.3.1 3.6.1 3.9.1