From fbdae78675d378b616565bef90ea23a63eef78e1 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期三, 01 二月 2023 13:30:13 +0800 Subject: [PATCH] add 新增 转换模块 用户名 与 ossUrl 转换 --- ruoyi-extend/ruoyi-xxl-job-admin/pom.xml | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 deletions(-) diff --git a/ruoyi-extend/ruoyi-xxl-job-admin/pom.xml b/ruoyi-extend/ruoyi-xxl-job-admin/pom.xml index a527653..ccf1906 100644 --- a/ruoyi-extend/ruoyi-xxl-job-admin/pom.xml +++ b/ruoyi-extend/ruoyi-xxl-job-admin/pom.xml @@ -4,7 +4,8 @@ <parent> <artifactId>ruoyi-extend</artifactId> <groupId>com.ruoyi</groupId> - <version>4.3.1</version> + <version>${revision}</version> + <relativePath>../pom.xml</relativePath> </parent> <artifactId>ruoyi-xxl-job-admin</artifactId> <packaging>jar</packaging> @@ -56,11 +57,15 @@ <artifactId>spring-boot-starter-actuator</artifactId> </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-aop</artifactId> + </dependency> + <!-- mybatis-starter锛歮ybatis + mybatis-spring + hikari锛坉efault锛� --> <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starter</artifactId> - <version>${spring-boot.mybatis}</version> </dependency> <!-- mysql --> <dependency> @@ -73,10 +78,10 @@ <artifactId>spring-boot-admin-starter-client</artifactId> </dependency> - <!-- xxl-job-core --> + <!-- 璋冨害妯″潡 --> <dependency> - <groupId>com.xuxueli</groupId> - <artifactId>xxl-job-core</artifactId> + <groupId>com.ruoyi</groupId> + <artifactId>ruoyi-common-job</artifactId> </dependency> </dependencies> -- Gitblit v1.9.3