From ec076c1e0db01fc5e1de4045dffd850cf82632bd Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期六, 29 十月 2022 00:00:00 +0800 Subject: [PATCH] update 优化 单元测试乱码问题 指定运行编码 --- 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 d3c76d9..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.3.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