Spring Integration Diagram from Java based config
已回答
Is it possible to generate/show the Spring Integration flow diagram based on a java based config file? I can't seem to find any way to access it and wonder if I'm doing something completely wrong or if the functionality simply isn't in place.
请先登录再写评论。
Hi, Magnus!
For the moment Spring Integration Diagram is only available for XML based configs. I'm working on SI diagram for annotation based configs and it should be available soon. Were you asking about it or about newly added Spring Integration Java DSL?
Thanks Ivan!
I was primarily interested in the diagram support for annotation based configs. Do you have any idea when we might see that support? Support for Spring Integration Java DSL would also be greatly appreciated!
Hi Ivan. Any news about support SI Java DSL?
I am also interested on that issue :) I have a small project with spring integration using only annotations and it'd be great to have a proper way of watching the diagram
Three years later.
Have some news about this feature ?
Any updates? This would save a great deal of time on visualization/documentation.
Same here.
Hi,
Is Spring Integration Diagram available for the java config files?
Hi. Fix for https://youtrack.jetbrains.com/issue/IDEA-131493 should be available in 2018.2
Hi,
I tried using the plugin for the java config files but I am not getting the expected diagram. Could you please share any sample example including what configurations I would need to do in order to use this feature with java config files?
@Amol Gaikwad, are you using 2018.2 build?
Hi, I already tried but the diagram is not correct for me either. I created a ticket https://youtrack.jetbrains.com/issue/IDEA-199620
Is this the same behavior you have @Amol?
Yes, I am using the 2018.2.4 build.
@Javier for me I am able to see only a single component and I am using Java config files. That's why thought of having a reference to verify whether I am following the right steps.