From 645ebec83e7a20edadf217a6008675a9181fef0d Mon Sep 17 00:00:00 2001
From: luoyb <412940104@qq.com>
Date: 星期六, 18 五月 2024 18:33:09 +0800
Subject: [PATCH] feat: ruoyi-admin改名为hs-service
---
ruoyi-common/ruoyi-common-web/.flattened-pom.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ruoyi-common/ruoyi-common-web/.flattened-pom.xml b/ruoyi-common/ruoyi-common-web/.flattened-pom.xml
index cd22a30..387629d 100644
--- a/ruoyi-common/ruoyi-common-web/.flattened-pom.xml
+++ b/ruoyi-common/ruoyi-common-web/.flattened-pom.xml
@@ -25,8 +25,8 @@
<artifactId>spring-boot-starter-web</artifactId>
<exclusions>
<exclusion>
- <artifactId>spring-boot-starter-tomcat</artifactId>
<groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-tomcat</artifactId>
</exclusion>
</exclusions>
</dependency>
--
Gitblit v1.8.0