Interface and Description |
---|
org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPathProvider
since 2.0.4 in favor of
DispatcherServletPath and
DispatcherServletRegistrationBean |
Constructor and Description |
---|
org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner(JobLauncher, JobExplorer)
since 2.0.7 in favor of
JobLauncherCommandLineRunner.JobLauncherCommandLineRunner(JobLauncher, JobExplorer, JobRepository) . A
job repository is required to check if a job instance exists with the given
parameters when running a job (which is not possible with the job explorer). |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.