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的surefire测试和基于springDM的Web应用程序的AbstractConfigurableBundleCreatorTests类进行junit测试。
如何知道 war 包是否已成功部署?
您可能会以某种方式使用BundleListener来收听您的捆绑包的状态。将侦听器添加到 bundleContext。