重构项目模块结构,更新pom.xml文件,统一模块命名为简洁形式,移除冗余依赖,优化依赖管理。新增子模块支持,提升项目可维护性和可扩展性。
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user