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.
在 Eclipse 中查看您的项目属性。有一个称为“部署程序集”的点应至少包含以下两个条目:
/src -> WEB-INF/classes /WebContent -> /
然后你可以添加
/Ivy -> WEB-INF/lib
确保所有需要的库都包含在部署程序集中。