【发布时间】:2016-11-23 13:45:21
【问题描述】:
我是 netbeans IDE 的初学者。我想知道 Netbeans 层次结构中的 web.xml 文件与 Eclipse IDE 中的 pom.xml 文件相同。
在 Eclipse 中,当我们创建一个项目时,它带有 pom.xml 文件。我们可以在需要修改或者添加依赖的时候进行修改。那么,在 Netbeans 中呢? web.xml 的工作方式类似于 pom.xml
【问题讨论】:
-
netbeans 中的 web.xml?你能贴出来吗?从未听说过用于 NetBeans 的特定 web.xml。
-
我在代码中发现 web.xml 项目层次结构中没有 pom 文件。我只想得出结论,web.xml 文件是否类似于 pom.xml
标签: eclipse spring maven model-view-controller netbeans