Harmonize endpoints exclude property

Closes gh-11914
This commit is contained in:
Stephane Nicoll
2018-02-12 14:00:40 +01:00
parent 037b6d8ba2
commit 7473642f58
33 changed files with 161 additions and 135 deletions

View File

@@ -42,7 +42,8 @@ import org.springframework.test.web.reactive.server.WebTestClient;
* {@link org.springframework.core.env.Environment} are reset at the end of every test.
* This means that {@link TestPropertyValues} can be used in a test without affecting the
* {@code Environment} of other tests in the same class. The runner always sets the flag
* {@code management.endpoints.web.expose} to {@code *} so that web endpoints are enabled.
* {@code management.endpoints.web.exposure.include} to {@code *} so that web endpoints
* are enabled.
*
* @author Andy Wilkinson
* @author Phillip Webb