From 27df5aba2faa68a2f5d03c1f72a01f2d113e397e Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期五, 20 一月 2023 12:32:55 +0800 Subject: [PATCH] update 使用 jdk17 语法优化代码 --- ruoyi-extend/ruoyi-xxl-job-admin/pom.xml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ruoyi-extend/ruoyi-xxl-job-admin/pom.xml b/ruoyi-extend/ruoyi-xxl-job-admin/pom.xml index 837f8bd..afbdd41 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> @@ -60,12 +61,11 @@ <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starter</artifactId> - <version>${spring-boot.mybatis}</version> </dependency> <!-- mysql --> <dependency> - <groupId>mysql</groupId> - <artifactId>mysql-connector-java</artifactId> + <groupId>com.mysql</groupId> + <artifactId>mysql-connector-j</artifactId> </dependency> <dependency> -- Gitblit v1.9.3