Formatting
This commit is contained in:
@@ -274,8 +274,8 @@ public class EndpointWebMvcAutoConfiguration implements ApplicationContextAware,
|
||||
|
||||
}
|
||||
|
||||
private static class OnManagementMvcCondition extends SpringBootCondition
|
||||
implements ConfigurationCondition {
|
||||
private static class OnManagementMvcCondition extends SpringBootCondition implements
|
||||
ConfigurationCondition {
|
||||
|
||||
@Override
|
||||
public ConfigurationPhase getConfigurationPhase() {
|
||||
|
||||
@@ -84,7 +84,8 @@ public class CacheAutoConfiguration {
|
||||
@Override
|
||||
public void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory)
|
||||
throws BeansException {
|
||||
for (String name : beanFactory.getBeanNamesForType(CacheAspectSupport.class, false, false)) {
|
||||
for (String name : beanFactory.getBeanNamesForType(CacheAspectSupport.class,
|
||||
false, false)) {
|
||||
BeanDefinition definition = beanFactory.getBeanDefinition(name);
|
||||
definition.setDependsOn(append(definition.getDependsOn(),
|
||||
VALIDATOR_BEAN_NAME));
|
||||
|
||||
Reference in New Issue
Block a user