1.多模块项目介绍
在Maven中,通常会将一个大型的项目切分成若干个子项目,这些子项目被成为module,也就是模块。这种做法的好处是简化了大型项目的管理,同时可以很方便的重用公用模块。
helloweb多模块项目的组成:
helloweb-parent
helloweb-entity
helloweb-core
helloweb-web
2.创建helloweb项目骨架结构
时间: 2024-12-17 03:15:12
1.多模块项目介绍
在Maven中,通常会将一个大型的项目切分成若干个子项目,这些子项目被成为module,也就是模块。这种做法的好处是简化了大型项目的管理,同时可以很方便的重用公用模块。
helloweb多模块项目的组成:
helloweb-parent
helloweb-entity
helloweb-core
helloweb-web
2.创建helloweb项目骨架结构