From 83395d4e2f04c261080d7cf72d08964f32e06878 Mon Sep 17 00:00:00 2001 From: scmiot <scmiot@qq.com> Date: 星期三, 16 十一月 2022 08:48:19 +0800 Subject: [PATCH] GlobalExceptionHandler.handleServiceException 多余的类型转换。 --- ruoyi-job/pom.xml | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ruoyi-job/pom.xml b/ruoyi-job/pom.xml index 05a297f..0445066 100644 --- a/ruoyi-job/pom.xml +++ b/ruoyi-job/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>ruoyi-vue-plus</artifactId> <groupId>com.ruoyi</groupId> - <version>3.2.0</version> + <version>4.3.1</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>jar</packaging> @@ -31,9 +31,10 @@ <dependency> <groupId>com.yomahub</groupId> - <artifactId>tlog-xxl-job</artifactId> + <artifactId>tlog-xxljob-spring-boot-starter</artifactId> </dependency> </dependencies> </project> + -- Gitblit v1.9.3