1. 程式人生 > 實用技巧 >Tomcat啟動Maven專案時報錯:ContextLoaderListener、WebAppRootListener兩個監聽器找不到

Tomcat啟動Maven專案時報錯:ContextLoaderListener、WebAppRootListener兩個監聽器找不到

專案環境:jdk1.8、spring+springMVC+Mybatis、Tomcat8.5

報錯背景:Maven專案部署到tamcat上啟動時報錯誤
org.springframework.web.context.ContextLoaderListener
org.springframework.web.util.WebAppRootListener
這兩個類報notnullClassException.

解決方式:
右擊專案–>>propertice–>>Deployment Assembly–>>add
把這裡的全部東西都選擇新增–>>完成

效果:
在這裡插入圖片描述
主要就是Maven Dependencies這個要出現;點選apply and close就可以了,重啟伺服器不再報錯就ok了!