【Java】spring-web包无法正常加载

项目中maven dependencies里有spring-web包,WEB-INF下的lib中也添加了spring-web包。但是依然显示找不到Log4jConfigListener、ContextLoaderListener、IntrospectorCleanupListener等类。

【Java】spring-web包无法正常加载

【Java】spring-web包无法正常加载

有没有大神指导这是怎么回事。

回答

有可能是该Project没有将Maven依赖添加至项目依赖中,解决办法:

项目点右键->properties->Deployment Assembly->Add
选中"Java Build Path Entries"->Next
选中"Maven Dependencies"->Finish

另:在早些Eclipse版本中:右击project->properties->JavaEE Module dependencies->选中"Maven Dependencies"

以上是 【Java】spring-web包无法正常加载 的全部内容, 来源链接: utcz.com/a/88731.html

回到顶部