Spring Batch Example ? Hello World Project (三)

2014-11-24 09:49:26 · 作者: · 浏览: 2
4:48 PM org.springframework.beans.factory.support.DefaultListableBeanFactoryregisterBeanDefinition

INFO:Overriding bean definition for bean 'helloWorldJob': replacing [Generic bean:class [org.springframework.batch.core.configuration.xml.SimpleFlowFactoryBean];scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0;autowireCandidate=true; primary=false; factoryBeanName=null;factoryMethodName=null; initMethodName=null; destroyMethodName=null] with[Generic bean: class[org.springframework.batch.core.configuration.xml.JobParserJobFactoryBean];scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0;autowireCandidate=true; primary=false; factoryBeanName=null;factoryMethodName=null; initMethodName=null; destroyMethodName=null]

Aug 12,2013 5:14:48 PM org.springframework.beans.factory.support.DefaultListableBeanFactorypreInstantiateSingletons

INFO:Pre-instantiating singletons inorg.springframework.beans.factory.support.DefaultListableBeanFactory@aa37a6:defining beans[jobLauncher,jobRepository,transactionManager,org.springframework.batch.core.scope.internalStepScope,org.springframework.beans.factory.config.CustomEditorConfigurer,org.springframework.batch.core.configuration.xml.CoreNamespacePostProcessor,step_hello,step_world,helloWorldJob,hello,world];root of factory hierarchy

Aug 12,2013 5:14:48 PM org.springframework.batch.core.launch.support.SimpleJobLauncherafterPropertiesSet

INFO: NoTaskExecutor has been set, defaulting to synchronous executor.

Aug 12,2013 5:14:49 PM org.springframework.batch.core.launch.support.SimpleJobLauncher$1run

INFO:Job: [FlowJob: [name=helloWorldJob]] launched with the following parameters:[{}]

Aug 12,2013 5:14:49 PM org.springframework.batch.core.job.SimpleStepHandler handleStep

INFO:Executing step: [step_hello]

Hello

Aug 12,2013 5:14:49 PM org.springframework.batch.core.job.SimpleStepHandler handleStep

INFO:Executing step: [step_world]

World!

Aug 12,2013 5:14:49 PMorg.springframework.batch.core.launch.support.SimpleJobLauncher$1 run

INFO:Job: [FlowJob: [name=helloWorldJob]] completed with the following parameters:[{}] and the following status: [COMPLETED]

JobExecution:id=0, version=2, startTime=Mon Aug 12 17:14:49 CST 2013, endTime=Mon Aug 1217:14:49 CST 2013, lastUpdated=Mon Aug 12 17:14:49 CST 2013, status=COMPLETED,exitStatus=exitCode=COMPLETED;exitDescription=, job=[JobInstance: id=0,version=0, Job=[helloWorldJob]], jobParameters=[{}]