如何将 Spring 批处理(无需 Spring 引导)与 Spring 云数据流服务器集成

How to integrate Spring Batch ( without Spring Boot ) with Spring Cloud Data Flow Server

我们正在 运行宁 spring 批处理 jboss 应用程序服务器(因此不能 运行 它作为 spring 启动应用程序)。 monitoring/administering spring 批处理与 Spring Cloud DataFlowServer 是否有任何集成选项用于 Jboss 容器中的 spring 批处理 运行ning?

我有一个类似的问题,我在 weblogic 12.2.1.4 应用程序服务器上使用 spring 批处理,并且想要一个管理控制台来查看作业执行的状态。 Spring Cloud Data Flow 不符合我的要求。我最终分叉了旧的 spring-batch-admin project and upgrading it to work with the latest version of spring batch and spring boot libraries. My forked git repo is here。我将其作为依赖项包含在我部署到 weblogic 的 war 文件中,它提供 spring 批处理管理功能,嵌入在我的应用程序中。