Spring Batch #WIP#
==================
https://github.com/spring-boot-tutorials/spring-batch
Create Initial Code Base
------------------------
- Go to https://start.spring.io/
- Add the following dependencies:
- spring-boot-starter-batch
- spring-boot-starter-web
- hsqldb
- lombok
- Click ``Generate``
Dependencies
------------
Dependencies used in ``pom.xml``:
.. code-block:: xml
org.springframework.boot
spring-boot-starter-batch
org.springframework.boot
spring-boot-starter-web
org.hsqldb
hsqldb
runtime
org.projectlombok
lombok
true
org.springframework.boot
spring-boot-starter-test
test
org.springframework.batch
spring-batch-test
test
TODO
----