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 -

Python ctypes access violation with const pointer arguments -