The tutorial are learning materials that help you to learn TERASOLUNA Batch Framework for Java (5.x) (https://terasoluna-batch.github.io/).
The tutorial consists of
-
Development Guideline
-
Completed tutorial applications(this repository)
-
If you would like to try tutorials, Go to Tutorial and follow the tutorial instructions explained in Development Guideline.
-
If you would like to access completed, Please download completed tutorials in this repository. See next section about how to get.
-
Get it in one of the following ways:
-
Download as archived files
-
Go to the tag/5.6.0.RELEASE page.
-
Download zip or tar.gz files and unzip it.
-
-
Fork or checkout Refer release tags such as
5.6.0.RELEASE
.
-
-
Copy the configraion files to the
src/main
directory.-
Execute the following command in the
terasoluna-batch-tutorial
directory.
-
$ cp -R src/append/xmlconfig/* src/main/
-
Remove unnecessary directories.
-
Execute the following command in the
terasoluna-batch-tutorial
directory.
-
$ rm -rf src/append