转载自:https://blog.csdn.net/hunhun1122/article/details/80027352 

Maven+spring 报错:Error configuring application listener of class org.springframework.web.context.ContextLoaderListener


错误信息:
SEVERE: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener

解决方案:

1. 打开工程属性对话框,到Deployment Assembly页面,点击Add

Maven+spring 报错:Error configuring application listener of class org.springframework.web.context.Cont
2. 选择Jave Build Path Entries

Maven+spring 报错:Error configuring application listener of class org.springframework.web.context.Cont

3. 把程序用于的Library加入进来

Maven+spring 报错:Error configuring application listener of class org.springframework.web.context.Cont

4. 重新运行Server应该看不到这个问题了

 

 

相关文章:

  • 2022-01-23
  • 2021-08-07
  • 2021-05-24
  • 2021-09-27
  • 2021-06-02
猜你喜欢
  • 2021-04-23
  • 2021-04-03
  • 2021-11-17
  • 2021-06-03
  • 2022-12-23
相关资源
相似解决方案