Reputation: 2016
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
Reputation: 184
Right click on the file and select "open with" -> "spring config editor"
Upvotes: 1