组织ID: |
org.springframework.batch |
项目ID: |
spring-batch-core |
版本: |
4.1.4.RELEASE |
最后修改时间: |
2020-04-13 17:32:10 |
包类型: |
jar |
标题: |
Spring Batch Core |
描述: |
Spring Batch Core |
相关URL: |
https://projects.spring.io/spring-batch/ |
大小: |
797.57KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-core</artifactId>
<version>4.1.4.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.batch:spring-batch-core:4.1.4.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-core</artifactId>
<version>4.1.4.RELEASE</version>
<name>Spring Batch Core</name>
<description>Spring Batch Core</description>
<url>https://projects.spring.io/spring-batch/</url>
<organization>
<name>Spring</name>
<url>https://spring.io</url>
</organization>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>dsyer</id>
<name>Dave Syer</name>
<email>dsyer@pivotal.io</email>
</developer>
<developer>
<id>nebhale</id>
<name>Ben Hale</name>
<email>bhale@gpivotal.io</email>
</developer>
<developer>
<id>lward</id>
<name>Lucas Ward</name>
</developer>
<developer>
<id>robokaso</id>
<name>Robert Kasanicky</name>
<email>robokaso@gmail.com</email>
</developer>
<developer>
<id>trisberg</id>
<name>Thomas Risberg</name>
<email>trisberg@pivotal.io</email>
</developer>
<developer>
<id>dhgarrette</id>
<name>Dan Garrette</name>
<email>dhgarrette@gmail.com</email>
</developer>
<developer>
<id>mminella</id>
<name>Michael Minella</name>
<email>mminella@pivotal.io</email>
<roles>
<role>project lead</role>
</roles>
</developer>
<developer>
<id>chrisjs</id>
<name>Chris Schaefer</name>
<email>cschaefer@pivotal.io</email>
</developer>
<developer>
<id>benas</id>
<name>Mahmoud Ben Hassine</name>
<email>mbenhassine@pivotal.io</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/spring-projects/spring-batch.git</connection>
<developerConnection>scm:git:git@github.com:spring-projects/spring-batch.git</developerConnection>
<url>https://github.com/spring-projects/spring-batch</url>
</scm>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.10.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.ibm.jbatch</groupId>
<artifactId>com.ibm.jbatch-tck-spi</artifactId>
<version>1.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.10</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.batch</groupId>
<artifactId>javax.batch-api</artifactId>
<version>1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.11.2</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.11.2</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
<version>1.9.5</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<version>1.9.5</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
<version>1.2</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>stax-api</artifactId>
<groupId>stax</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-infrastructure</artifactId>
<version>4.1.4.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>5.1.14.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>5.1.14.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>5.1.14.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>5.1.14.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>5.1.14.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>5.1.14.RELEASE</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.batch.core.launch.support.JvmSystemExiter.class
org.springframework.batch.core.launch.support.JobRegistryBackgroundJobRunner.class
org.springframework.batch.core.launch.support.RunIdIncrementer.class
org.springframework.batch.core.launch.support.SimpleJobLauncher$1.class
org.springframework.batch.core.launch.support.SimpleJobLauncher.class
org.springframework.batch.core.launch.support.SystemExiter.class
org.springframework.batch.core.launch.support.SimpleJvmExitCodeMapper.class
org.springframework.batch.core.launch.support.SimpleJobOperator.class
org.springframework.batch.core.launch.support.JobRegistryBackgroundJobRunner$1.class
org.springframework.batch.core.launch.support.ExitCodeMapper.class
org.springframework.batch.core.launch.support.RuntimeExceptionTranslator.class
org.springframework.batch.core.launch.support.CommandLineJobRunner.class
org.springframework.batch.core.launch.support.ScheduledJobParametersFactory.class
org.springframework.batch.core.launch.support.package-info.class
org.springframework.batch.core.launch.JobInstanceAlreadyExistsException.class
org.springframework.batch.core.launch.NoSuchJobInstanceException.class
org.springframework.batch.core.launch.JobExecutionNotFailedException.class
org.springframework.batch.core.launch.JobExecutionNotStoppedException.class
org.springframework.batch.core.launch.JobLauncher.class
org.springframework.batch.core.launch.JobParametersNotFoundException.class
org.springframework.batch.core.launch.JobOperator.class
org.springframework.batch.core.launch.NoSuchJobException.class
org.springframework.batch.core.launch.JobExecutionNotRunningException.class
org.springframework.batch.core.launch.package-info.class
org.springframework.batch.core.launch.NoSuchJobExecutionException.class
org.springframework.batch.core.JobInterruptedException.class
org.springframework.batch.core.JobParametersValidator.class
org.springframework.batch.core.listener.ChunkListenerSupport.class
org.springframework.batch.core.listener.SkipListenerSupport.class
org.springframework.batch.core.listener.AbstractListenerFactoryBean.class
org.springframework.batch.core.listener.CompositeRetryReadListener.class
org.springframework.batch.core.listener.ExecutionContextPromotionListener.class
org.springframework.batch.core.listener.CompositeRetryProcessListener.class
org.springframework.batch.core.listener.JobListenerFactoryBean.class
org.springframework.batch.core.listener.CompositeChunkListener.class
org.springframework.batch.core.listener.StepListenerSupport.class
org.springframework.batch.core.listener.CompositeItemProcessListener.class
org.springframework.batch.core.listener.CompositeItemWriteListener.class
org.springframework.batch.core.listener.MethodInvokerMethodInterceptor.class
org.springframework.batch.core.listener.StepExecutionListenerSupport.class
org.springframework.batch.core.listener.CompositeItemReadListener.class
org.springframework.batch.core.listener.JobParameterExecutionContextCopyListener.class
org.springframework.batch.core.listener.ListenerMetaData.class
org.springframework.batch.core.listener.StepListenerFactoryBean.class
org.springframework.batch.core.listener.ItemListenerSupport.class
org.springframework.batch.core.listener.CompositeStepExecutionListener.class
org.springframework.batch.core.listener.OrderedComposite.class
org.springframework.batch.core.listener.MulticasterBatchListener.class
org.springframework.batch.core.listener.CompositeRetryWriteListener.class
org.springframework.batch.core.listener.CompositeJobExecutionListener.class
org.springframework.batch.core.listener.JobListenerMetaData.class
org.springframework.batch.core.listener.JobExecutionListenerSupport.class
org.springframework.batch.core.listener.StepListenerFailedException.class
org.springframework.batch.core.listener.CompositeSkipListener.class
org.springframework.batch.core.listener.StepListenerMetaData.class
org.springframework.batch.core.listener.package-info.class
org.springframework.batch.core.JobInstance.class
org.springframework.batch.core.annotation.AfterJob.class
org.springframework.batch.core.annotation.AfterChunkError.class
org.springframework.batch.core.annotation.OnSkipInRead.class
org.springframework.batch.core.annotation.AfterChunk.class
org.springframework.batch.core.annotation.OnSkipInProcess.class
org.springframework.batch.core.annotation.OnWriteError.class
org.springframework.batch.core.annotation.AfterRead.class
org.springframework.batch.core.annotation.OnProcessError.class
org.springframework.batch.core.annotation.BeforeJob.class
org.springframework.batch.core.annotation.BeforeWrite.class
org.springframework.batch.core.annotation.OnReadError.class
org.springframework.batch.core.annotation.OnSkipInWrite.class
org.springframework.batch.core.annotation.BeforeChunk.class
org.springframework.batch.core.annotation.BeforeRead.class
org.springframework.batch.core.annotation.BeforeStep.class
org.springframework.batch.core.annotation.AfterWrite.class
org.springframework.batch.core.annotation.AfterProcess.class
org.springframework.batch.core.annotation.BeforeProcess.class
org.springframework.batch.core.annotation.AfterStep.class
org.springframework.batch.core.SkipListener.class
org.springframework.batch.core.JobParametersInvalidException.class
org.springframework.batch.core.ItemProcessListener.class
org.springframework.batch.core.Step.class
org.springframework.batch.core.JobParameter.class
org.springframework.batch.core.scope.JobScope.class
org.springframework.batch.core.scope.context.StepContext.class
org.springframework.batch.core.scope.context.JobSynchronizationManager$1.class
org.springframework.batch.core.scope.context.JobScopeManager.class
org.springframework.batch.core.scope.context.StepSynchronizationManager.class
org.springframework.batch.core.scope.context.SynchronizationManagerSupport.class
org.springframework.batch.core.scope.context.JobSynchronizationManager.class
org.springframework.batch.core.scope.context.StepContextRepeatCallback.class
org.springframework.batch.core.scope.context.StepSynchronizationManager$1.class
org.springframework.batch.core.scope.context.JobContext.class
org.springframework.batch.core.scope.context.StepScopeManager.class
org.springframework.batch.core.scope.context.package-info.class
org.springframework.batch.core.scope.context.ChunkContext.class
org.springframework.batch.core.scope.StepScope.class
org.springframework.batch.core.scope.BatchScopeSupport$Scopifier$1.class
org.springframework.batch.core.scope.BatchScopeSupport.class
org.springframework.batch.core.scope.BatchScopeSupport$Scopifier.class
org.springframework.batch.core.scope.package-info.class
org.springframework.batch.core.StepExecution.class
org.springframework.batch.core.StepContribution.class
org.springframework.batch.core.StartLimitExceededException.class
org.springframework.batch.core.JobParameters.class
org.springframework.batch.core.JobParameter$ParameterType.class
org.springframework.batch.core.JobKeyGenerator.class
org.springframework.batch.core.Entity.class
org.springframework.batch.core.JobExecutionException.class
org.springframework.batch.core.JobParametersIncrementer.class
org.springframework.batch.core.job.StepHandler.class
org.springframework.batch.core.job.DefaultJobParametersValidator.class
org.springframework.batch.core.job.flow.FlowJob.class
org.springframework.batch.core.job.flow.FlowStep.class
org.springframework.batch.core.job.flow.support.SimpleFlow.class
org.springframework.batch.core.job.flow.support.state.DecisionState.class
org.springframework.batch.core.job.flow.support.state.StepState.class
org.springframework.batch.core.job.flow.support.state.FlowState.class
org.springframework.batch.core.job.flow.support.state.MaxValueFlowExecutionAggregator.class
org.springframework.batch.core.job.flow.support.state.FlowExecutionAggregator.class
org.springframework.batch.core.job.flow.support.state.SplitState.class
org.springframework.batch.core.job.flow.support.state.SplitState$1.class
org.springframework.batch.core.job.flow.support.state.AbstractState.class
org.springframework.batch.core.job.flow.support.state.EndState.class
org.springframework.batch.core.job.flow.support.state.package-info.class
org.springframework.batch.core.job.flow.support.StateTransition.class
org.springframework.batch.core.job.flow.support.package-info.class
org.springframework.batch.core.job.flow.support.DefaultStateTransitionComparator.class
org.springframework.batch.core.job.flow.FlowExecutionStatus.class
org.springframework.batch.core.job.flow.Flow.class
org.springframework.batch.core.job.flow.FlowExecution.class
org.springframework.batch.core.job.flow.FlowHolder.class
org.springframework.batch.core.job.flow.FlowExecutor.class
org.springframework.batch.core.job.flow.FlowExecutionStatus$Status.class
org.springframework.batch.core.job.flow.State.class
org.springframework.batch.core.job.flow.JobExecutionDecider.class
org.springframework.batch.core.job.flow.JobFlowExecutor.class
org.springframework.batch.core.job.flow.package-info.class
org.springframework.batch.core.job.flow.FlowExecutionException.class
org.springframework.batch.core.job.CompositeJobParametersValidator.class
org.springframework.batch.core.job.AbstractJob.class
org.springframework.batch.core.job.builder.JobBuilder.class
org.springframework.batch.core.job.builder.JobBuilderException.class
org.springframework.batch.core.job.builder.JobBuilderHelper.class
org.springframework.batch.core.job.builder.JobFlowBuilder.class
org.springframework.batch.core.job.builder.FlowBuilder$TransitionBuilder.class
org.springframework.batch.core.job.builder.FlowBuilder.class
org.springframework.batch.core.job.builder.FlowBuilder$UnterminatedFlowBuilder.class
org.springframework.batch.core.job.builder.FlowBuilder$SplitBuilder.class
org.springframework.batch.core.job.builder.JobBuilderHelper$CommonJobProperties.class
org.springframework.batch.core.job.builder.FlowBuilderException.class
org.springframework.batch.core.job.builder.SimpleJobBuilder.class
org.springframework.batch.core.job.builder.FlowJobBuilder.class
org.springframework.batch.core.job.builder.package-info.class
org.springframework.batch.core.job.SimpleJob.class
org.springframework.batch.core.job.SimpleStepHandler.class
org.springframework.batch.core.job.package-info.class
org.springframework.batch.core.UnexpectedJobExecutionException.class
org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler.class
org.springframework.batch.core.partition.support.PartitionStep.class
org.springframework.batch.core.partition.support.PartitionNameProvider.class
org.springframework.batch.core.partition.support.TaskExecutorPartitionHandler$1.class
org.springframework.batch.core.partition.support.StepExecutionAggregator.class
org.springframework.batch.core.partition.support.SimplePartitioner.class
org.springframework.batch.core.partition.support.SimpleStepExecutionSplitter.class
org.springframework.batch.core.partition.support.DefaultStepExecutionAggregator.class
org.springframework.batch.core.partition.support.Partitioner.class
org.springframework.batch.core.partition.support.AbstractPartitionHandler.class
org.springframework.batch.core.partition.support.RemoteStepExecutionAggregator.class
org.springframework.batch.core.partition.support.package-info.class
org.springframework.batch.core.partition.support.MultiResourcePartitioner.class
org.springframework.batch.core.partition.PartitionHandler.class
org.springframework.batch.core.partition.StepExecutionSplitter.class
org.springframework.batch.core.partition.package-info.class
org.springframework.batch.core.step.StepLocator.class
org.springframework.batch.core.step.ThreadStepInterruptionPolicy.class
org.springframework.batch.core.step.skip.CompositeSkipPolicy.class
org.springframework.batch.core.step.skip.SkipException.class
org.springframework.batch.core.step.skip.SkipLimitExceededException.class
org.springframework.batch.core.step.skip.SkipPolicy.class
org.springframework.batch.core.step.skip.AlwaysSkipItemSkipPolicy.class
org.springframework.batch.core.step.skip.SkipPolicyFailedException.class
org.springframework.batch.core.step.skip.NeverSkipItemSkipPolicy.class
org.springframework.batch.core.step.skip.SkipListenerFailedException.class
org.springframework.batch.core.step.skip.NonSkippableWriteException.class
org.springframework.batch.core.step.skip.NonSkippableReadException.class
org.springframework.batch.core.step.skip.LimitCheckingItemSkipPolicy.class
org.springframework.batch.core.step.skip.ExceptionClassifierSkipPolicy.class
org.springframework.batch.core.step.skip.package-info.class
org.springframework.batch.core.step.skip.NonSkippableProcessException.class
org.springframework.batch.core.step.NoWorkFoundStepExecutionListener.class
org.springframework.batch.core.step.job.DefaultJobParametersExtractor.class
org.springframework.batch.core.step.job.JobParametersExtractor.class
org.springframework.batch.core.step.job.JobStep.class
org.springframework.batch.core.step.job.package-info.class
org.springframework.batch.core.step.NoSuchStepException.class
org.springframework.batch.core.step.factory.FaultTolerantStepFactoryBean.class
org.springframework.batch.core.step.factory.SimpleStepFactoryBean.class
org.springframework.batch.core.step.factory.SimpleStepFactoryBean$1.class
org.springframework.batch.core.step.factory.BatchListenerFactoryHelper.class
org.springframework.batch.core.step.factory.package-info.class
org.springframework.batch.core.step.AbstractStep.class
org.springframework.batch.core.step.builder.AbstractTaskletStepBuilder.class
org.springframework.batch.core.step.builder.TaskletStepBuilder.class
org.springframework.batch.core.step.builder.StepBuilderException.class
org.springframework.batch.core.step.builder.StepBuilderHelper.class
org.springframework.batch.core.step.builder.SimpleStepBuilder.class
org.springframework.batch.core.step.builder.FaultTolerantStepBuilder.class
org.springframework.batch.core.step.builder.StepBuilderHelper$CommonStepProperties.class
org.springframework.batch.core.step.builder.StepBuilder.class
org.springframework.batch.core.step.builder.JobStepBuilder.class
org.springframework.batch.core.step.builder.FaultTolerantStepBuilder$1.class
org.springframework.batch.core.step.builder.FaultTolerantStepBuilder$TerminateOnExceptionChunkListenerDelegate.class
org.springframework.batch.core.step.builder.PartitionStepBuilder.class
org.springframework.batch.core.step.builder.FlowStepBuilder.class
org.springframework.batch.core.step.builder.package-info.class
org.springframework.batch.core.step.StepLocatorStepFactoryBean.class
org.springframework.batch.core.step.tasklet.SimpleSystemProcessExitCodeMapper.class
org.springframework.batch.core.step.tasklet.TaskletStep$2.class
org.springframework.batch.core.step.tasklet.SystemProcessExitCodeMapper.class
org.springframework.batch.core.step.tasklet.SystemCommandTasklet.class
org.springframework.batch.core.step.tasklet.Tasklet.class
org.springframework.batch.core.step.tasklet.UncheckedTransactionException.class
org.springframework.batch.core.step.tasklet.ConfigurableSystemProcessExitCodeMapper.class
org.springframework.batch.core.step.tasklet.TaskletStep$ChunkTransactionCallback.class
org.springframework.batch.core.step.tasklet.SystemCommandTasklet$1.class
org.springframework.batch.core.step.tasklet.TaskletStep$1.class
org.springframework.batch.core.step.tasklet.TaskletStep.class
org.springframework.batch.core.step.tasklet.StoppableTasklet.class
org.springframework.batch.core.step.tasklet.SystemCommandException.class
org.springframework.batch.core.step.tasklet.CallableTaskletAdapter.class
org.springframework.batch.core.step.tasklet.MethodInvokingTaskletAdapter.class
org.springframework.batch.core.step.tasklet.package-info.class
org.springframework.batch.core.step.FatalStepExecutionException.class
org.springframework.batch.core.step.StepHolder.class
org.springframework.batch.core.step.item.SimpleChunkProvider.class
org.springframework.batch.core.step.item.BatchRetryTemplate.class
org.springframework.batch.core.step.item.FaultTolerantChunkProcessor$2.class
org.springframework.batch.core.step.item.SimpleChunkProvider$1.class
org.springframework.batch.core.step.item.ChunkProvider.class
org.springframework.batch.core.step.item.FaultTolerantChunkProcessor$4.class
org.springframework.batch.core.step.item.FaultTolerantChunkProcessor$1.class
org.springframework.batch.core.step.item.ChunkMonitor.class
org.springframework.batch.core.step.item.FaultTolerantChunkProcessor$5.class
org.springframework.batch.core.step.item.BatchRetryTemplate$InnerRetryTemplate.class
org.springframework.batch.core.step.item.FaultTolerantChunkProcessor.class
org.springframework.batch.core.step.item.ChunkProcessor.class
org.springframework.batch.core.step.item.SkipWrapper.class
org.springframework.batch.core.step.item.SimpleChunkProcessor.class
org.springframework.batch.core.step.item.ChunkOrientedTasklet.class
org.springframework.batch.core.step.item.ChunkMonitor$ChunkMonitorData.class
org.springframework.batch.core.step.item.SkipOverflowException.class
org.springframework.batch.core.step.item.Chunk$ChunkIterator.class
org.springframework.batch.core.step.item.KeyGenerator.class
org.springframework.batch.core.step.item.ForceRollbackForWriteSkipException.class
org.springframework.batch.core.step.item.DefaultItemFailureHandler.class
org.springframework.batch.core.step.item.FaultTolerantChunkProcessor$3.class
org.springframework.batch.core.step.item.BatchRetryTemplate$BatchRetryContext.class
org.springframework.batch.core.step.item.BatchRetryTemplate$BatchRetryState.class
org.springframework.batch.core.step.item.SimpleRetryExceptionHandler.class
org.springframework.batch.core.step.item.FaultTolerantChunkProcessor$UserData.class
org.springframework.batch.core.step.item.BatchRetryTemplate$1.class
org.springframework.batch.core.step.item.FaultTolerantChunkProvider.class
org.springframework.batch.core.step.item.package-info.class
org.springframework.batch.core.step.item.Chunk.class
org.springframework.batch.core.step.StepInterruptionPolicy.class
org.springframework.batch.core.step.package-info.class
org.springframework.batch.core.JobParametersBuilder.class
org.springframework.batch.core.JobExecution.class
org.springframework.batch.core.explore.support.SimpleJobExplorer.class
org.springframework.batch.core.explore.support.JobExplorerFactoryBean$1.class
org.springframework.batch.core.explore.support.MapJobExplorerFactoryBean.class
org.springframework.batch.core.explore.support.JobExplorerFactoryBean.class
org.springframework.batch.core.explore.support.AbstractJobExplorerFactoryBean.class
org.springframework.batch.core.explore.support.package-info.class
org.springframework.batch.core.explore.JobExplorer.class
org.springframework.batch.core.explore.package-info.class
org.springframework.batch.core.repository.support.AbstractJobRepositoryFactoryBean$1.class
org.springframework.batch.core.repository.support.MapJobRepositoryFactoryBean.class
org.springframework.batch.core.repository.support.SimpleJobRepository.class
org.springframework.batch.core.repository.support.AbstractJobRepositoryFactoryBean.class
org.springframework.batch.core.repository.support.package-info.class
org.springframework.batch.core.repository.support.JobRepositoryFactoryBean.class
org.springframework.batch.core.repository.JobRepository.class
org.springframework.batch.core.repository.ExecutionContextSerializer.class
org.springframework.batch.core.repository.JobInstanceAlreadyCompleteException.class
org.springframework.batch.core.repository.JobExecutionAlreadyRunningException.class
org.springframework.batch.core.repository.dao.JdbcJobExecutionDao$JobExecutionRowMapper.class
org.springframework.batch.core.repository.dao.JdbcJobInstanceDao$2.class
org.springframework.batch.core.repository.dao.MapStepExecutionDao$1.class
org.springframework.batch.core.repository.dao.Jackson2ExecutionContextStringSerializer$JobParametersModule$JobParameterDeserializer.class
org.springframework.batch.core.repository.dao.JdbcJobExecutionDao.class
org.springframework.batch.core.repository.dao.Jackson2ExecutionContextStringSerializer$JobParametersModule$JobParametersMixIn.class
org.springframework.batch.core.repository.dao.XStreamExecutionContextStringSerializer.class
org.springframework.batch.core.repository.dao.Jackson2ExecutionContextStringSerializer$JobParametersModule.class
org.springframework.batch.core.repository.dao.JdbcJobInstanceDao$3.class
org.springframework.batch.core.repository.dao.Jackson2ExecutionContextStringSerializer.class
org.springframework.batch.core.repository.dao.JdbcExecutionContextDao$1.class
org.springframework.batch.core.repository.dao.JdbcStepExecutionDao.class
org.springframework.batch.core.repository.dao.JdbcExecutionContextDao.class
org.springframework.batch.core.repository.dao.MapExecutionContextDao$ContextKey$Type.class
org.springframework.batch.core.repository.dao.JdbcStepExecutionDao$StepExecutionRowMapper.class
org.springframework.batch.core.repository.dao.JdbcExecutionContextDao$2.class
org.springframework.batch.core.repository.dao.JobInstanceDao.class
org.springframework.batch.core.repository.dao.JdbcJobInstanceDao$1.class
org.springframework.batch.core.repository.dao.JdbcJobExecutionDao$1.class
org.springframework.batch.core.repository.dao.JdbcJobInstanceDao$JobInstanceRowMapper.class
org.springframework.batch.core.repository.dao.Jackson2ExecutionContextStringSerializer$2.class
org.springframework.batch.core.repository.dao.MapStepExecutionDao.class
org.springframework.batch.core.repository.dao.MapJobInstanceDao.class
org.springframework.batch.core.repository.dao.JdbcJobInstanceDao.class
org.springframework.batch.core.repository.dao.MapJobExecutionDao.class
org.springframework.batch.core.repository.dao.AbstractJdbcBatchMetadataDao.class
org.springframework.batch.core.repository.dao.MapExecutionContextDao$ContextKey.class
org.springframework.batch.core.repository.dao.JdbcJobExecutionDao$2.class
org.springframework.batch.core.repository.dao.MapExecutionContextDao$1.class
org.springframework.batch.core.repository.dao.MapJobInstanceDao$1.class
org.springframework.batch.core.repository.dao.JobExecutionDao.class
org.springframework.batch.core.repository.dao.ExecutionContextDao.class
org.springframework.batch.core.repository.dao.JdbcExecutionContextDao$ExecutionContextRowMapper.class
org.springframework.batch.core.repository.dao.JdbcStepExecutionDao$1.class
org.springframework.batch.core.repository.dao.StepExecutionDao.class
org.springframework.batch.core.repository.dao.MapExecutionContextDao.class
org.springframework.batch.core.repository.dao.DefaultExecutionContextSerializer.class
org.springframework.batch.core.repository.dao.NoSuchObjectException.class
org.springframework.batch.core.repository.dao.MapJobExecutionDao$1.class
org.springframework.batch.core.repository.dao.MapStepExecutionDao$2.class
org.springframework.batch.core.repository.dao.package-info.class
org.springframework.batch.core.repository.dao.Jackson2ExecutionContextStringSerializer$1.class
org.springframework.batch.core.repository.JobRestartException.class
org.springframework.batch.core.repository.package-info.class
org.springframework.batch.core.Job.class
org.springframework.batch.core.ExitStatus.class
org.springframework.batch.core.BatchStatus.class
org.springframework.batch.core.StepListener.class
org.springframework.batch.core.configuration.DuplicateJobException.class
org.springframework.batch.core.configuration.support.ClasspathXmlApplicationContextsFactoryBean.class
org.springframework.batch.core.configuration.support.JobRegistryBeanPostProcessor.class
org.springframework.batch.core.configuration.support.AutomaticJobRegistrar.class
org.springframework.batch.core.configuration.support.ReferenceJobFactory.class
org.springframework.batch.core.configuration.support.GenericApplicationContextFactory$ResourceAnnotationApplicationContext$1ResourceAnnotationApplicationContextHelper.class
org.springframework.batch.core.configuration.support.JobLoader.class
org.springframework.batch.core.configuration.support.JobFactoryRegistrationListener.class
org.springframework.batch.core.configuration.support.AbstractApplicationContextFactory.class
org.springframework.batch.core.configuration.support.MapStepRegistry.class
org.springframework.batch.core.configuration.support.GenericApplicationContextFactory.class
org.springframework.batch.core.configuration.support.GenericApplicationContextFactory$ResourceAnnotationApplicationContext.class
org.springframework.batch.core.configuration.support.ApplicationContextJobFactory.class
org.springframework.batch.core.configuration.support.MapJobRegistry.class
org.springframework.batch.core.configuration.support.GenericApplicationContextFactory$ApplicationContextHelper.class
org.springframework.batch.core.configuration.support.ClassPathXmlJobRegistry.class
org.springframework.batch.core.configuration.support.GenericApplicationContextFactory$ResourceXmlApplicationContext.class
org.springframework.batch.core.configuration.support.ClassPathXmlApplicationContextFactory.class
org.springframework.batch.core.configuration.support.GenericApplicationContextFactory$ResourceXmlApplicationContext$1ResourceXmlApplicationContextHelper.class
org.springframework.batch.core.configuration.support.GroupAwareJob.class
org.springframework.batch.core.configuration.support.ApplicationContextFactory.class
org.springframework.batch.core.configuration.support.DefaultJobLoader.class
org.springframework.batch.core.configuration.support.package-info.class
org.springframework.batch.core.configuration.annotation.StepBuilderFactory.class
org.springframework.batch.core.configuration.annotation.JobScope.class
org.springframework.batch.core.configuration.annotation.ScopeConfiguration.class
org.springframework.batch.core.configuration.annotation.EnableBatchProcessing.class
org.springframework.batch.core.configuration.annotation.StepScope.class
org.springframework.batch.core.configuration.annotation.BatchConfigurer.class
org.springframework.batch.core.configuration.annotation.SimpleBatchConfiguration.class
org.springframework.batch.core.configuration.annotation.SimpleBatchConfiguration$PassthruAdvice.class
org.springframework.batch.core.configuration.annotation.SimpleBatchConfiguration$ReferenceTargetSource.class
org.springframework.batch.core.configuration.annotation.DefaultBatchConfigurer.class
org.springframework.batch.core.configuration.annotation.SimpleBatchConfiguration$1.class
org.springframework.batch.core.configuration.annotation.AbstractBatchConfiguration.class
org.springframework.batch.core.configuration.annotation.JobBuilderFactory.class
org.springframework.batch.core.configuration.annotation.ModularBatchConfiguration.class
org.springframework.batch.core.configuration.annotation.BatchConfigurationSelector.class
org.springframework.batch.core.configuration.annotation.package-info.class
org.springframework.batch.core.configuration.StepRegistry.class
org.springframework.batch.core.configuration.BatchConfigurationException.class
org.springframework.batch.core.configuration.ListableJobLocator.class
org.springframework.batch.core.configuration.JobRegistry.class
org.springframework.batch.core.configuration.xml.SimpleFlowFactoryBean.class
org.springframework.batch.core.configuration.xml.CoreNamespaceHandler.class
org.springframework.batch.core.configuration.xml.FlowElementParser.class
org.springframework.batch.core.configuration.xml.StandaloneStepParser.class
org.springframework.batch.core.configuration.xml.JobRepositoryParser.class
org.springframework.batch.core.configuration.xml.SplitParser.class
org.springframework.batch.core.configuration.xml.ChunkElementParser.class
org.springframework.batch.core.configuration.xml.DecisionParser.class
org.springframework.batch.core.configuration.xml.CoreNamespaceUtils.class
org.springframework.batch.core.configuration.xml.CoreNamespacePostProcessor.class
org.springframework.batch.core.configuration.xml.JobExecutionListenerParser.class
org.springframework.batch.core.configuration.xml.StepParserStepFactoryBean$1.class
org.springframework.batch.core.configuration.xml.AbstractStepParser.class
org.springframework.batch.core.configuration.xml.InlineFlowParser.class
org.springframework.batch.core.configuration.xml.TaskletParser.class
org.springframework.batch.core.configuration.xml.TopLevelJobListenerParser.class
org.springframework.batch.core.configuration.xml.ExceptionElementParser.class
org.springframework.batch.core.configuration.xml.StepListenerParser.class
org.springframework.batch.core.configuration.xml.JobParser.class
org.springframework.batch.core.configuration.xml.AbstractListenerParser.class
org.springframework.batch.core.configuration.xml.TopLevelFlowParser.class
org.springframework.batch.core.configuration.xml.AbstractFlowParser.class
org.springframework.batch.core.configuration.xml.StepParserStepFactoryBean.class
org.springframework.batch.core.configuration.xml.SimpleFlowFactoryBean$1.class
org.springframework.batch.core.configuration.xml.JobParserJobFactoryBean.class
org.springframework.batch.core.configuration.xml.SimpleFlowFactoryBean$DelegateState.class
org.springframework.batch.core.configuration.xml.TopLevelStepListenerParser.class
org.springframework.batch.core.configuration.xml.BeanDefinitionUtils.class
org.springframework.batch.core.configuration.xml.InlineStepParser.class
org.springframework.batch.core.configuration.xml.TopLevelStepParser.class
org.springframework.batch.core.configuration.xml.package-info.class
org.springframework.batch.core.configuration.JobLocator.class
org.springframework.batch.core.configuration.JobFactory.class
org.springframework.batch.core.configuration.package-info.class
org.springframework.batch.core.ChunkListener.class
org.springframework.batch.core.jsr.launch.support.BatchPropertyBeanPostProcessor$1.class
org.springframework.batch.core.jsr.launch.support.BatchPropertyBeanPostProcessor.class
org.springframework.batch.core.jsr.launch.JsrJobOperator$BaseContextHolder.class
org.springframework.batch.core.jsr.launch.JsrJobOperator$1.class
org.springframework.batch.core.jsr.launch.JsrJobOperator$2.class
org.springframework.batch.core.jsr.launch.JsrJobOperator$ExecutingJobRegistry.class
org.springframework.batch.core.jsr.launch.JsrJobOperator.class
org.springframework.batch.core.jsr.launch.package-info.class
org.springframework.batch.core.jsr.ItemProcessListenerAdapter.class
org.springframework.batch.core.jsr.JsrJobParametersConverter.class
org.springframework.batch.core.jsr.JsrStepListenerMetaData.class
org.springframework.batch.core.jsr.JsrStepExecution.class
org.springframework.batch.core.jsr.ChunkListenerAdapter.class
org.springframework.batch.core.jsr.job.JsrStepHandler.class
org.springframework.batch.core.jsr.job.flow.JsrFlowJob.class
org.springframework.batch.core.jsr.job.flow.support.JsrFlow.class
org.springframework.batch.core.jsr.job.flow.support.state.JsrEndState.class
org.springframework.batch.core.jsr.job.flow.support.state.JsrSplitState.class
org.springframework.batch.core.jsr.job.flow.support.state.JsrStepState.class
org.springframework.batch.core.jsr.job.flow.support.state.package-info.class
org.springframework.batch.core.jsr.job.flow.support.package-info.class
org.springframework.batch.core.jsr.job.flow.JsrFlowExecutor.class
org.springframework.batch.core.jsr.job.flow.package-info.class
org.springframework.batch.core.jsr.job.package-info.class
org.springframework.batch.core.jsr.JsrJobContext.class
org.springframework.batch.core.jsr.partition.support.JsrStepExecutionAggregator.class
org.springframework.batch.core.jsr.partition.support.JsrBeanScopeBeanFactoryPostProcessor.class
org.springframework.batch.core.jsr.partition.support.JsrBeanScopeBeanFactoryPostProcessor$JobLevelBeanLazyInitializer.class
org.springframework.batch.core.jsr.partition.support.package-info.class
org.springframework.batch.core.jsr.partition.PartitionCollectorAdapter.class
org.springframework.batch.core.jsr.partition.JsrPartitionHandler$1.class
org.springframework.batch.core.jsr.partition.JsrPartitionHandler.class
org.springframework.batch.core.jsr.partition.JsrStepExecutionSplitter.class
org.springframework.batch.core.jsr.partition.JsrPartitionHandler$PartitionPlanState.class
org.springframework.batch.core.jsr.partition.JsrStepExecutionSplitter$1.class
org.springframework.batch.core.jsr.partition.package-info.class
org.springframework.batch.core.jsr.step.PartitionStep.class
org.springframework.batch.core.jsr.step.DecisionStep.class
org.springframework.batch.core.jsr.step.BatchletStep.class
org.springframework.batch.core.jsr.step.builder.JsrPartitionStepBuilder.class
org.springframework.batch.core.jsr.step.builder.JsrFaultTolerantStepBuilder.class
org.springframework.batch.core.jsr.step.builder.JsrBatchletStepBuilder.class
org.springframework.batch.core.jsr.step.builder.JsrSimpleStepBuilder.class
org.springframework.batch.core.jsr.step.builder.package-info.class
org.springframework.batch.core.jsr.step.batchlet.BatchletAdapter.class
org.springframework.batch.core.jsr.step.batchlet.package-info.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
jackson-databind-2.10.3.jar
/com.fasterxml.jackson.core/jackson-databind/2.10.3
查看jackson-databind所有版本文件
com.ibm.jbatch-tck-spi-1.0.jar
/com.ibm.jbatch/com.ibm.jbatch-tck-spi/1.0
查看com.ibm.jbatch-tck-spi所有版本文件
xstream-1.4.10.jar
/com.thoughtworks.xstream/xstream/1.4.10
查看xstream所有版本文件
javax.annotation-api-1.3.2.jar
/javax.annotation/javax.annotation-api/1.3.2
查看javax.annotation-api所有版本文件
javax.batch-api-1.0.jar
/javax.batch/javax.batch-api/1.0
查看javax.batch-api所有版本文件
log4j-api-2.11.2.jar
/org.apache.logging.log4j/log4j-api/2.11.2
查看log4j-api所有版本文件
log4j-core-2.11.2.jar
/org.apache.logging.log4j/log4j-core/2.11.2
查看log4j-core所有版本文件
aspectjrt-1.9.5.jar
/org.aspectj/aspectjrt/1.9.5
查看aspectjrt所有版本文件
aspectjweaver-1.9.5.jar
/org.aspectj/aspectjweaver/1.9.5
查看aspectjweaver所有版本文件
jettison-1.2.jar
/org.codehaus.jettison/jettison/1.2
查看jettison所有版本文件
spring-batch-infrastructure-4.1.4.RELEASE.jar
/org.springframework.batch/spring-batch-infrastructure/4.1.4.RELEASE
查看spring-batch-infrastructure所有版本文件
spring-aop-5.1.14.RELEASE.jar
/org.springframework/spring-aop/5.1.14.RELEASE
查看spring-aop所有版本文件
spring-beans-5.1.14.RELEASE.jar
/org.springframework/spring-beans/5.1.14.RELEASE
查看spring-beans所有版本文件
spring-context-5.1.14.RELEASE.jar
/org.springframework/spring-context/5.1.14.RELEASE
查看spring-context所有版本文件
spring-core-5.1.14.RELEASE.jar
/org.springframework/spring-core/5.1.14.RELEASE
查看spring-core所有版本文件
spring-jdbc-5.1.14.RELEASE.jar
/org.springframework/spring-jdbc/5.1.14.RELEASE
查看spring-jdbc所有版本文件
spring-tx-5.1.14.RELEASE.jar
/org.springframework/spring-tx/5.1.14.RELEASE
查看spring-tx所有版本文件
|