From 6a18e063394a1fdf1b4c7e0a3498b85a988221b9 Mon Sep 17 00:00:00 2001 From: 刘元博 <1553592282@qq.com> Date: 星期一, 17 四月 2023 18:52:46 +0800 Subject: [PATCH] 去除element滚动条 --- ruoyi-common/pom.xml | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 0e687a7..a517e26 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>ruoyi</artifactId> <groupId>com.ruoyi</groupId> - <version>3.8.2</version> + <version>3.8.5</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -58,6 +58,13 @@ <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> </dependency> + + <!-- 动态数据源 --> + <dependency> + <groupId>com.baomidou</groupId> + <artifactId>dynamic-datasource-spring-boot-starter</artifactId> + <version>3.5.2</version> + </dependency> <!-- 阿里JSON解析器 --> <dependency> @@ -69,12 +76,6 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - </dependency> - - <!-- 文件上传工具类 --> - <dependency> - <groupId>commons-fileupload</groupId> - <artifactId>commons-fileupload</artifactId> </dependency> <!-- excel工具 --> -- Gitblit v1.9.2