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.
我是新手。我现在正在开发一个多模块 maven 项目,当我使用 maven war:exploded 时,它会将类文件打包到 WEB-INF/lib/***SNAPSHOT.jar。有什么办法可以将classes文件留在WEB-INF/classes下,因为当java文件发生变化时,不需要替换整个jar文件?
谢谢