From 44adbaf5468af4b7295a7422e4c1e81c59aa9ae6 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期五, 23 八月 2024 21:02:16 +0800 Subject: [PATCH] 1 --- se-auth/pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/se-auth/pom.xml b/se-auth/pom.xml index f071fdf..09989cd 100644 --- a/se-auth/pom.xml +++ b/se-auth/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>com.se</groupId> - <artifactId>ruoyi</artifactId> + <artifactId>se</artifactId> <version>3.6.4</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -46,7 +46,7 @@ <artifactId>spring-boot-starter-actuator</artifactId> </dependency> - <!-- RuoYi Common Security--> + <!-- SE Common Security--> <dependency> <groupId>com.se</groupId> <artifactId>se-common-security</artifactId> -- Gitblit v1.9.3