IntelliJ IDEA 2017.1 Help

Spring Dependencies Diagram

The Spring dependencies diagram lets you view and analyze dependencies between your beans. It also lets you view and analyze a relationship between configuration files.

To access the Spring dependencies diagram: Diagrams | Show Diagram | Select Diagram Type in the context menu or Ctrl+Shift+Alt+U for a Spring configuration file selected in the Project tool window or opened in the editor.

Select Diagram Type

ItemDescription
/help/img/idea/2017.1/spring_diagram.pngSelect this option to view beans that were defined in Spring configuration files. This type of diagram is most helpful when you need to view all autowired beans, for example, because it's hard to find another way to have them all displayed simultaneously.
/help/img/idea/2017.1/spring_model_dependencies.pngSelect this option to view a relationship between configuration files. It might be useful when you trying to understand the structure of the setup instead of just the resulting beans in your application.

See Also

Language and Framework-Specific Guidelines:

Last modified: 18 July 2017