在我的项目中,我使用Jetty 9.2.5 + Weld 2.2.7(目前是最新版本)。当我启动Jetty时会显示以下警告:
WARN: WELD-ENV-001004: Found both WEB-INF/beans.xml and WEB-INF/classes/META-INF/beans.xml. It's not portable to use both locations at the same time.
这很奇怪而且不正确。 war文件中没有WEB-INF/classes/META-INF/beans.xml
!这是一个错误还是我忽略了什么?
准备好运行示例项目可在github
上找到