Add RequestMatcher for H2 console

Fixes gh-11704
This commit is contained in:
Madhura Bhave
2018-01-26 17:06:14 +05:30
parent db2580f8f8
commit e80c22cbf8
7 changed files with 234 additions and 29 deletions

View File

@@ -3013,7 +3013,7 @@ Access rules can be overridden by adding a custom `WebSecurityConfigurerAdapter`
Boot provides convenience methods that can be used to override access rules for actuator
endpoints and static resources. `EndpointRequest` can be used to create a `RequestMatcher`
that is based on the `management.endpoints.web.base-path` property.
`StaticResourceRequest` can be used to create a `RequestMatcher` for static resources in
`PathRequest` can be used to create a `RequestMatcher` for resources in
commonly used locations.