template:Maven多模块构建J2ee项目

时间:2024-05-18 23:30:53
【文件属性】:

文件名称:template:Maven多模块构建J2ee项目

文件大小:27KB

文件格式:ZIP

更新时间:2024-05-18 23:30:53

java j2ee Java

各个子模块的功能: test-core:所有业务的核心业务逻辑。 test-ad:广告的业务流程 test-res:资源的业务流程 test-terminal:终端的业务流程 test-user:用户的业务流程 test-web:整个项目的web前端操作 test-dao:整个项目的数据层 采用这种方式搭建项目,架构清晰,调用层次分明,并且方便对日后项目的水平拆分和垂直拆分。


【文件预览】:
template-master
----test-web()
--------pom.xml(2KB)
--------src()
----test-core()
--------pom.xml(1KB)
--------src()
----pom.xml(2KB)
----test-terminal()
--------pom.xml(1KB)
--------src()
----test-res()
--------pom.xml(1KB)
--------src()
----.gitignore(3KB)
----test-user()
--------pom.xml(1KB)
--------src()
----README.md(431B)
----test-ad()
--------pom.xml(1KB)
--------src()
----test-dao()
--------pom.xml(1KB)
--------src()

网友评论