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

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


 

错误信息:

SEVERE: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener

解决方案:

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

2. 选择Jave Build Path Entries

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

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

错误信息:

SEVERE: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener

解决方案:

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

2. 选择Jave Build Path Entries

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

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

猜你喜欢

转载自blog.csdn.net/hejisan/article/details/82704849