From f0bbc53a0cbb3b377d82ad125614463db02d7159 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期日, 05 二月 2023 12:17:45 +0800 Subject: [PATCH] update 优化 个人信息接口 改为 Bo 规避不应该接收的参数 更改其他实体作者名 --- 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 9305051..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.4.0</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