摘要:
在实际的项目开发中,为了更好的组织项目代码,会采用分层架构的方式,这就会使用到maven的多模块特性。假设项目分为A、B、C、D四层,在父模块的pom.xml中,一般这样来对子模块进行聚合 <modules> <module>A</module> <module>B</module> <module 阅读全文
posted @ 2020-12-29 23:05
白露~
阅读(1665)
评论(0)
推荐(0)
|
摘要:
在实际的项目开发中,为了更好的组织项目代码,会采用分层架构的方式,这就会使用到maven的多模块特性。假设项目分为A、B、C、D四层,在父模块的pom.xml中,一般这样来对子模块进行聚合 <modules> <module>A</module> <module>B</module> <module 阅读全文
posted @ 2020-12-29 23:05
白露~
阅读(1665)
评论(0)
推荐(0)
|