| Interface and Description |
|---|
| org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPathProvider
since 2.0.4 in favor of
DispatcherServletPath and
DispatcherServletRegistrationBean |
| Class and Description |
|---|
| org.springframework.boot.autoconfigure.security.servlet.JerseyRequestMatcherProvider
since 2.1.8 in favor of
AntPathRequestMatcher |
| 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). |
| org.springframework.boot.autoconfigure.data.mongo.MongoClientDependsOnBeanFactoryPostProcessor(String...) |
| org.springframework.boot.autoconfigure.data.mongo.ReactiveStreamsMongoClientDependsOnBeanFactoryPostProcessor(String...) |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.