今天在用eclipse启动一个十年前的老项目(噗...)时,(疯狂吐槽!!!,这种项目居然还能遇到!),代码、eclipse(2020-03版)、Maven仓库、Workspace均已准备好,开工!这里先看一下这个问题。
java.lang.ClassNotFoundException Error configuring application listener of class org.esbuilder.sso.client.session.SingleSignoutHttpSessionListener
严重: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener
java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
吐血。。。报了一堆错误,但也在意料之中,有了错误那就消灭它。
步骤记录:
1、当然是Maven依赖问题,项目的各个模块依次更新Maven依赖,更新过程中遇到点小问题