码迷,mamicode.com
首页 > 移动开发 > 详细

Error configuring application listener of class org.springframework.web.util.IntrospectorCleanupListener

时间:2014-05-07 14:33:12      阅读:486      评论:0      收藏:0      [点我收藏+]

标签:class   java   ext   int   c   cti   

I had a similar problem when running a spring web application in an Eclipse managed tomcat. I solved this problem by adding maven dependencies in the project‘s web deployment assembly. 

找到解决方案:

  1. Open the project‘s properties (e.g., right-click on the project‘s name in the project explorer and select "Properties").
  2. Select "Deployment Assembly".
  3. Click the "Add..." button on the right margin.
  4. Select "Java Build Path Entries" from the menu of Directive Type and click "Next".
  5. Select "Maven Dependencies" from the Java Build Path Entries menu and click "Finish".

You should see "Maven Dependencies" added to the Web Deployment Assembly definition.

Error configuring application listener of class org.springframework.web.util.IntrospectorCleanupListener,布布扣,bubuko.com

Error configuring application listener of class org.springframework.web.util.IntrospectorCleanupListener

标签:class   java   ext   int   c   cti   

原文地址:http://www.cnblogs.com/ethelhao/p/3713572.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!