From 55ba098e506df00e982581eeb4c074a344d60177 Mon Sep 17 00:00:00 2001 From: 抓蛙师 <770492966@qq.com> Date: 星期六, 16 七月 2022 15:41:51 +0800 Subject: [PATCH] StreamUtils优化分组方法返回由HashMap无序转为LinkedHashMap有序 --- ruoyi-admin/pom.xml | 24 +++++++++++++++++++----- 1 files changed, 19 insertions(+), 5 deletions(-) diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml index 12327e3..a3d2da6 100644 --- a/ruoyi-admin/pom.xml +++ b/ruoyi-admin/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>ruoyi-vue-plus</artifactId> <groupId>com.ruoyi</groupId> - <version>3.2.0</version> + <version>4.2.0</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>jar</packaging> @@ -29,6 +29,21 @@ <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> </dependency> + <!-- Oracle --> + <dependency> + <groupId>com.oracle.database.jdbc</groupId> + <artifactId>ojdbc8</artifactId> + </dependency> + <!-- PostgreSql --> + <dependency> + <groupId>org.postgresql</groupId> + <artifactId>postgresql</artifactId> + </dependency> + <!-- SqlServer --> + <dependency> + <groupId>com.microsoft.sqlserver</groupId> + <artifactId>mssql-jdbc</artifactId> + </dependency> <!-- 鏍稿績妯″潡--> <dependency> @@ -41,10 +56,9 @@ <artifactId>ruoyi-system</artifactId> </dependency> - <!-- 瀹氭椂浠诲姟--> <dependency> <groupId>com.ruoyi</groupId> - <artifactId>ruoyi-quartz</artifactId> + <artifactId>ruoyi-job</artifactId> </dependency> <dependency> @@ -87,7 +101,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> - <version>3.2.0</version> + <version>3.2.2</version> <configuration> <failOnMissingWebXml>false</failOnMissingWebXml> <warName>${project.artifactId}</warName> @@ -115,4 +129,4 @@ </plugins> </build> -</project> \ No newline at end of file +</project> -- Gitblit v1.9.3