【Spring】org.springframework.web.context.ContextLoaderListen 报错
详细信息如下:
org.apache.catalina.core.StandardContext.listenerStart Error configuring application listener of class [org.springframework.web.context.ContextLoaderListener]
解决方法【IDE 为 Intellij IDEA】:
在 Project Structure -> Artifacts,将相应的 jar 包导入工程,如图所示:
导入后,会生成 WEB-INF/libs 目录,导入的 jar 包在该目录下。