1. 程式人生 > >idea 中 Caused by: java.lang.ClassNotFoundException: org.springframework.web.util.IntrospectorCleanupListener

idea 中 Caused by: java.lang.ClassNotFoundException: org.springframework.web.util.IntrospectorCleanupListener

lang file found util dea -i java jar 啟動

idea 中 Caused by: java.lang.ClassNotFoundException: org.springframework.web.util.IntrospectorCleanupListener

項目啟動出現未知錯誤:

代碼未錯,即為idea配置問題:


解決 在IDEA中點擊File > Project Structure > Artifacts > 在右側Output Layout右擊項目名,選擇Put into Output Root。

?執行後,在WEB-INF在增加了lib目錄,裏面是項目引用的jar包,點擊OK。

idea 中 Caused by: java.lang.ClassNotFoundException: org.springframework.web.util.IntrospectorCleanupListener