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.
Comments
Post a Comment