@Configuration
@Import(value={org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientAutoConfiguration.class,de.codecentric.boot.admin.server.config.AdminServerAutoConfiguration.class})
public class AdminServerAutoConfigurationAdapter
extends Object
implements org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor
de.codecentric.boot.admin.server.web.AdminController
from ancestor contexts as well.| Modifier and Type | Class and Description |
|---|---|
static class |
AdminServerAutoConfigurationAdapter.ServletRestApiConfiguration |
| Constructor and Description |
|---|
AdminServerAutoConfigurationAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
postProcessBeanDefinitionRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry registry) |
void |
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) |
public void postProcessBeanDefinitionRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
throws org.springframework.beans.BeansException
postProcessBeanDefinitionRegistry in interface org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessororg.springframework.beans.BeansExceptionpublic void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
throws org.springframework.beans.BeansException
postProcessBeanFactory in interface org.springframework.beans.factory.config.BeanFactoryPostProcessororg.springframework.beans.BeansExceptionCopyright © 2020. All rights reserved.