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.
webapp-cache.xml 有什么用?它是否缓存任何数据,如图像、html 等......?我可以看到它是在 maven 构建之后创建的,但是我无法理解 this 的重要性webapp-cache.xml。
webapp-cache.xml
取自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 文件的过程中使用此文件。