From 7b9ee249ebae5c22d2c8c159679da902ee6b00c2 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期六, 17 八月 2024 19:09:08 +0800 Subject: [PATCH] 1 --- se-modules/se-system/pom.xml | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/se-modules/se-system/pom.xml b/se-modules/se-system/pom.xml index 229ab31..48aa313 100644 --- a/se-modules/se-system/pom.xml +++ b/se-modules/se-system/pom.xml @@ -54,25 +54,25 @@ <artifactId>mysql-connector-j</artifactId> </dependency> - <!-- RuoYi Common DataSource --> + <!-- SE Common DataSource --> <dependency> <groupId>com.se</groupId> <artifactId>se-common-datasource</artifactId> </dependency> - <!-- RuoYi Common DataScope --> + <!-- SE Common DataScope --> <dependency> <groupId>com.se</groupId> <artifactId>se-common-datascope</artifactId> </dependency> - <!-- RuoYi Common Log --> + <!-- SE Common Log --> <dependency> <groupId>com.se</groupId> <artifactId>se-common-log</artifactId> </dependency> - <!-- RuoYi Common Swagger --> + <!-- SE Common Swagger --> <dependency> <groupId>com.se</groupId> <artifactId>se-common-swagger</artifactId> -- Gitblit v1.9.3