This commit is contained in:
Stephane Nicoll 2015-07-30 09:39:51 +02:00
parent bc0487f791
commit e32efc179c
1 changed files with 0 additions and 6 deletions

View File

@ -157,12 +157,6 @@ public class EndpointWebMvcHypermediaManagementContextConfiguration {
@ConditionalOnProperty(value = "endpoints.links.enabled", matchIfMissing = true)
public static class LinksConfiguration {
@Autowired
private ListableBeanFactory beanFactory;
@Autowired
private ManagementServerProperties management;
@Bean
@Conditional(NotSpringDataRestHomePageCondition.class)
public LinksMvcEndpoint linksMvcEndpoint(ResourceProperties resources) {