This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
user5
/
forge_admin
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
4506536be7
Branches
Tags
master
forge_admin
/
code-copilot
/
knowledge
/
tech-maven-multimodule.md
tech-maven-multimodule.md
255 B
Histórico
Raw
Maven 多模块项目结构
核心知识
新增starter模块需要在父
pom.xml
的
modules
标签中添加模块声明
父模块定义
dependencyManagement
统一管理依赖版本
子模块继承父模块的依赖版本,无需重复声明