1

webapp-cache.xml 有什么用?它是否缓存任何数据,如图像、html 等......?我可以看到它是在 maven 构建之后创建的,但是我无法理解 this 的重要性webapp-cache.xml

4

1 回答 1

1

取自Maven WAR 插件文档

cacheFile:

The file containing the webapp structure cache.
Type: java.io.File
Since: 2.1-alpha-1
Required: Yes
Default: ${project.build.directory}/war/work/webapp-cache.xml

WAR 插件在创建 WAR 文件的过程中使用此文件。

于 2012-10-19T13:50:55.213 回答