Standalone example on jberet (jsr352)

前端 未结 3 1300
野趣味
野趣味 2021-01-24 18:50

Is there anyway to use jberet as standalone module to execute Batch Jobs?

All the time getting samples on using along with WildFly.

Surprised to see it looks fo

3条回答
  •  半阙折子戏
    2021-01-24 19:40

    JBeret project test-apps sub-module (https://github.com/jberet/jsr352/tree/master/test-apps) contains various test apps that are structured as standalone Java SE applications (except restAPI where WildFly appserver is needed).

    For JBeret + WildFly samples, please check out JBeret project wildfly-jberet-samples module:

    https://github.com/jberet/jsr352/tree/master/wildfly-jberet-samples

提交回复
热议问题