Example usage for org.springframework.batch.core.launch.support CommandLineJobRunner main

List of usage examples for org.springframework.batch.core.launch.support CommandLineJobRunner main

Introduction

In this page you can find the example usage for org.springframework.batch.core.launch.support CommandLineJobRunner main.

Prototype

public static void main(String[] args) throws Exception 

Source Link

Document

Launch a batch job using a CommandLineJobRunner .

Usage

From source file:org.jasig.ssp.util.importer.job.Main.java

public static void main(String[] args) throws Exception {
    CommandLineJobRunner.main(args);
}