From 36e501b4578680c2f8d0edca5852c6624813cd53 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期五, 15 十月 2021 16:20:16 +0800 Subject: [PATCH] update 通用数据注入改为适配通用实体类 --- ruoyi-admin/pom.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml index 37cc33b..560051b 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.1.0</version> + <version>3.2.0</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>jar</packaging> @@ -41,7 +41,7 @@ <artifactId>ruoyi-system</artifactId> </dependency> - <!-- 瀹氭椂浠诲姟--> + <!-- 瀹氭椂浠诲姟 @deprecated 3.5.0鍒犻櫎 杩佺Щ鑷硏xl-job --> <dependency> <groupId>com.ruoyi</groupId> <artifactId>ruoyi-quartz</artifactId> @@ -87,7 +87,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> - <version>3.1.0</version> + <version>3.2.0</version> <configuration> <failOnMissingWebXml>false</failOnMissingWebXml> <warName>${project.artifactId}</warName> -- Gitblit v1.9.3