parent
e0aa90cf32
commit
725cbd9bc8
|
@ -112,9 +112,8 @@ public class WebEndpointAutoConfiguration {
|
||||||
|
|
||||||
@Bean
|
@Bean
|
||||||
@ConditionalOnMissingBean
|
@ConditionalOnMissingBean
|
||||||
public PathMappedEndpoints pathMappedEndpoints(Collection<EndpointsSupplier<?>> endpointSuppliers,
|
public PathMappedEndpoints pathMappedEndpoints(Collection<EndpointsSupplier<?>> endpointSuppliers) {
|
||||||
WebEndpointProperties webEndpointProperties) {
|
return new PathMappedEndpoints(properties.getBasePath(), endpointSuppliers);
|
||||||
return new PathMappedEndpoints(webEndpointProperties.getBasePath(), endpointSuppliers);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Bean
|
@Bean
|
||||||
|
|
Loading…
Reference in New Issue