pull/3630/merge
Stephane Nicoll 9 years ago
parent bc0487f791
commit e32efc179c

@ -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) {

Loading…
Cancel
Save