idea启动tomcat 找不到 类,或者报Error configuring application listener of class org.springframework.web.context.ContextLoaderListener

时间:2022-01-10 18:28:48

这主要是打成war包的时候没有讲导入的jar也添加进去,只需要添加进来就行啦

idea启动tomcat 找不到 类,或者报Error configuring application listener of class org.springframework.web.context.ContextLoaderListener

可以看到WEB-INF目录下没有lib目录 put into output root 就可以了

idea启动tomcat 找不到 类,或者报Error configuring application listener of class org.springframework.web.context.ContextLoaderListener

然后就可以啦

idea启动tomcat 找不到 类,或者报Error configuring application listener of class org.springframework.web.context.ContextLoaderListener