IntelliJ IDEA 2016.2 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
spring_diagramSelect 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.
spring_model_dependenciesSelect 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: 23 November 2016