jus*_*... 4 java spring-integration spring-integration-dsl
我有一个正在运行的应用程序,它定义了入站/出站网关,分离器,聚合器,路由器等的一些弹簧集成流程......
这些流都是使用spring integration dsl和annotations创建的......所以没有XML.
有没有可以生成EE模式图的工具?
这个问题表明Intellij可以为xml配置做到这一点......我想要一些类似于dsl IntegrationFlow的东西
有Spring Flo项目,基于它的基础,我们IntegrationGraphController用Graph树来公开表示集成流程为JSON.该模型可用于可视化应用程序的实时性.
此外,我们有一个具有上述功能的示例应用程序.
编辑
spring-flo项目正在迁移到4/5角.
要构建和运行查看器:
git checkout angular-1.x
cd samples/spring-flo-si
mvn clean package
java -jar target/spring-flo-sample-si-0.0.1.BUILD-SNAPSHOT.jar
Run Code Online (Sandbox Code Playgroud)
在浏览器中转到http:// localhost:8082并输入启用了集成图的应用的URL; 点击Load.