Skip to content
Nicolas edited this page Dec 30, 2016 · 6 revisions

This is my wiki about how to use SpringBatch

SB_Ejemplo1 To compile the first example, you have to run first the script that set the enviroment.

W:\SpringBanchStuff\SB_Ejemplo1\bin>setenv.bat

SETEANDO VARIABLES DE ENTORNO JAVA Y TOMCAT

Then you have to compile it with Maven. mvn compile mvn package

To run the first example, you have a script too

C:\SpringBanchStuff\SB_Ejemplo1\bin>call setenv.bat

SETEANDO VARIABLES DE ENTORNO JAVA Y TOMCAT

Ejecutando Scheduler...

dic 06, 2016 10:30:30 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh

INFORMACIËN: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@7daf6ecc: startup date [Tue Dec 06 22:30:30 ART 2016]; root of context hierarchy

dic 06, 2016 10:30:30 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions

INFORMACIËN: Loading XML bean definitions from class path resource [conf/SpringScheduler.xml]

dic 06, 2016 10:30:31 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions

INFORMACIËN: Loading XML bean definitions from class path resource [conf/JobDefinition_ReadFile.xml]

Clone this wiki locally