我正在尝试在演示项目中使用 Ghost4J,并将该库包含在我的 pom.xml 中。
每次 Ghost4J 尝试访问 a 的 IOUtils 时org.apache.commons.io
都会NoClassDefFoundError
抛出,尽管 commons-io.jar 包含在 maven 生成的 fatjar 中。
我已经尝试org.apache.commons.io
过jboss-deployment-structure.xml
这样
<jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.3">
<deployment>
<dependencies>
<module name="org.apache.commons.io" export="true" services="export"/>
</dependencies>
</deployment>
</jboss-deployment-structure>
我将代码推送到 GitHub:https ://github.com/crumohr/swarm-ghost4j