Showing posts with label spring batch admin. Show all posts
Showing posts with label spring batch admin. Show all posts

Sunday, September 7, 2014

Configure Spring Batch Admin to use MySQL


Time needed to complete  ~30 minutes

1.Introduction


Spring Batch Admin is a web application that helps administrating batch jobs for Spring Batch applications and systems. It is a project from Spring.

2.What is used in this tutorial

1- Maven 3
2- Jdk 1.7
3- Tomcat 7.0.55
4- Eclipse Luna 4.4
5- Spring Core 3.2.9
6- Spring Batch 2.2.7
7- Spring Batch Admin Manager 1.3.0
8- MySQL 5.5

3.Project Structure



4. Configuration  files

- In Batch-default.properties change database  name(default name is test) for property batch.jdbc.url, username for property batch.jdbc.user and password for property batch.jdbc.password.