This website works better with JavaScript
首頁
探索
說明
登入
user5
/
forge_admin
關註
1
讚好
0
複刻
0
Files
問題管理
0
合併請求
0
Wiki
目錄樹:
e83591e962
分支列表
標籤列表
master
forge_admin
/
code-copilot
/
knowledge
/
tech-maven-multimodule.md
tech-maven-multimodule.md
255 B
文件歷史
原始文件
Maven 多模块项目结构
核心知识
新增starter模块需要在父
pom.xml
的
modules
标签中添加模块声明
父模块定义
dependencyManagement
统一管理依赖版本
子模块继承父模块的依赖版本,无需重复声明