Polish
This commit is contained in:
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…
Reference in New Issue