haventchecked
haventchecked

Reputation: 2016

Spring Tool Suite doesn't show integration-graph for a spring-integration-context.xml file

I have a fully functional Spring Integration project. I'm using Spring Tool Suite 3.5.1. When I open my spring-integration-context.xml file I only get Design and Source for tabs at the bottom of the editor window. I'm looking for integration-graph but cannot figure out how to enable it or show it.

On my work machine I'm using Spring Tool Suite 3.5.0 and I get Source, Namespaces, Overview, beans, integration, and integration-graph as tabs for the xml file. Any ideas? Thanks~

Upvotes: 2

Views: 3224

Answers (2)

vani saladhagu
vani saladhagu

Reputation: 184

Right click on the file and select "open with" -> "spring config editor"

Upvotes: 1

Gary Russell
Gary Russell

Reputation: 174779

Right-click on the project and enable "Spring Nature".

Upvotes: 4

Related Questions