From a1a13708bee9f697e9afa871c8f05ba20e9db0b7 Mon Sep 17 00:00:00 2001 From: liyang <liyang1987jay@163.com> Date: 星期二, 12 七月 2022 20:59:21 +0800 Subject: [PATCH] 修改方法描述 --- ruoyi-admin/pom.xml | 27 ++++++++++++++++++--------- 1 files changed, 18 insertions(+), 9 deletions(-) diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml index b203e6e..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> @@ -40,12 +55,6 @@ <groupId>com.ruoyi</groupId> <artifactId>ruoyi-system</artifactId> </dependency> - - <!-- 瀹氭椂浠诲姟 @deprecated 3.5.0鍒犻櫎 杩佺Щ鑷硏xl-job --> -<!-- <dependency>--> -<!-- <groupId>com.ruoyi</groupId>--> -<!-- <artifactId>ruoyi-quartz</artifactId>--> -<!-- </dependency>--> <dependency> <groupId>com.ruoyi</groupId> @@ -92,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> @@ -120,4 +129,4 @@ </plugins> </build> -</project> \ No newline at end of file +</project> -- Gitblit v1.9.3