Intellij and Spring related question

Hey gang,

I had a question that has been bothering me for some time now. Do you remember when working on a java spring bean that has been wired, the editor would show the little green spring leaf icon next to the method or the class names? It will be cleared if you check out this video for example : http://www.jetbrains.com/idea/training/demos/spring.html and go to slide 39 I believe it was. For some reason that feature does not work on intellij 9.x has that been removed on purpose or something?

0

That feature is still present in 9.x (I just confirmed with both 9.0.3 and 9.04, and I do not recall it missing in any of the other 9.x builds). Make sure you have a Spring Facet configured for your module and that your Spring Context file is configured in the facet's Spring File Sets (IDEA will usually auto detect them, but something may have been misconfigured at some point.). See http://www.jetbrains.com/idea/webhelp/enabling-spring-support.html for more information.

<edit>
p.s. if the above fails to resolve the issue, try invalidating your caches: File | Invalidate Caches. The caches for your project might have been corrupted.
</edit>

Message was edited by: Mark Vedder

0

请先登录再写评论。