Intellij: Go to autowired bean definition -


i looking quick way find bean definition @autowired dependency in java code. suppose have:

@autowired  private jdbctemplate template; 

i want idea tell me in xml file definition of template bean. how that?

if have spring plugin installed , active should see icons on left gutter identify place bean has been defined, either xml or annotation. if have multiple spring profiles may have chose active one.

enter image description here


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -