Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radcortez/wildfly-spring-batch
JSR-352 Spring Batch implementation as Wildfly module
https://github.com/radcortez/wildfly-spring-batch
Last synced: about 2 months ago
JSON representation
JSR-352 Spring Batch implementation as Wildfly module
- Host: GitHub
- URL: https://github.com/radcortez/wildfly-spring-batch
- Owner: radcortez
- Created: 2014-07-07T16:09:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-23T06:56:19.000Z (over 8 years ago)
- Last Synced: 2024-04-16T19:12:18.924Z (8 months ago)
- Language: Java
- Homepage:
- Size: 22.5 KB
- Stars: 3
- Watchers: 5
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wildfly - Spring Batch - Sample Application #
## How to run ? ##
* You need JDK 7 or higher, Maven 3 and Wildfly 8 to run the application.
* All the following commands need to be executed in the project root.
* Generate the Wildfly CLI scripts to install Spring Batch: `mvn process-resources`.
* To install Spring Batch in your Wildfly instance, start Wildfly and run: `mvn wildfly:execute-commands -P install-spring-batch`.
* Now you can check the application execution by running `mvn test`.
* To remove Spring Batch from your Wildfly instance, have Wildfly running and execute `mvn wildfly:execute-commands -P remove-spring-batch`
## Resources ##
* [Spring Batch as Wildfly Module](http://www.radcortez.com/spring-batch-as-wildfly-module/)