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 中使用 Maven 项目创建的 BPM?每次我需要测试时,我都必须部署在tomcat上并进行测试。但我想在 Eclipse 本身中进行调试,所以任何指针或步骤都会非常有帮助。
最佳实践是使用 JUnit 并编写测试用例。
Github 上有一个可用的模板项目。