今天导入一个maven的项目,总是给我报如下的错误:
严重: Error configuring application listener of class org.springframework.
web.context.ContextLoaderListenerJava.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
这个是因为maven依赖下载的jar包没有同步到web-inf的lib目录下。
解决方案如下:右击项目选择properties->deployment assembly->add->maven dependencies
时间: 2024-11-01 00:48:34