重构项目模块结构,更新pom.xml文件,统一模块命名为简洁形式,移除冗余依赖,优化依赖管理。新增子模块支持,提升项目可维护性和可扩展性。

This commit is contained in:
2025-08-22 17:29:00 +08:00
parent 890c60bcb3
commit 300daf0af5
55 changed files with 1410 additions and 1164 deletions
+3 -3
View File
@@ -11,15 +11,15 @@
<version>1.0.0</version>
</parent>
<artifactId>emotion-gateway</artifactId>
<name>emotion-gateway</name>
<artifactId>gateway</artifactId>
<name>gateway</name>
<description>API网关服务</description>
<dependencies>
<!-- 公共模块(排除Web依赖,网关使用Reactive -->
<dependency>
<groupId>com.emotionmuseum</groupId>
<artifactId>emotion-common</artifactId>
<artifactId>common</artifactId>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>