Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将 .html 文件与 /src/main/java 下的 .java 文件放在同一个包中,但是在创建新的 .html 文件时,Eclipse 提供 /webapp 作为默认文件夹。有没有办法改变这种行为?
默认设置是将其放置在可部署到服务器并可供客户端读取的文件夹中。您仍然可以选择另一个文件夹,不是吗?
我喜欢将我的 Wicket HTML 文件放在/src/main/resources文件夹中。然后我在 Eclipse(项目构建路径)中将该文件夹标记为“源文件夹”。因此,我将 HTML 与 java 文件分开,但它们将打包在一起(包括 Eclipse 和 Maven)。
/src/main/resources