@ -57,7 +57,7 @@ public class ConfigurationPropertiesReportEndpoint extends
@@ -57,7 +57,7 @@ public class ConfigurationPropertiesReportEndpoint extends
Assert.notNull(keysToSanitize,"KeysToSanitize must not be null");
this.keysToSanitize=keysToSanitize;
}
@ -69,10 +69,10 @@ public class ConfigurationPropertiesReportEndpoint extends
@@ -69,10 +69,10 @@ public class ConfigurationPropertiesReportEndpoint extends
@ -94,7 +94,7 @@ public class ConfigurationPropertiesReportEndpoint extends
@@ -94,7 +94,7 @@ public class ConfigurationPropertiesReportEndpoint extends
Then access the app via a browser (or curl) on http://localhost:8080 (the user name is "user" and look at the INFO log output for the password to login).
Then access the app via a browser (or curl) on http://localhost:8080 (the user name is
"user" and look at the INFO log output for the password to login).
The gradle build contains an intentionally odd configuration to exclude the security dependencies from the executable JAR. So the app run like this behaves differently than the one run from the Maven-built JAR file. See comments in the `build.gradle` for details.
The gradle build contains an intentionally odd configuration to exclude the security
dependencies from the executable JAR. So the app run like this behaves differently than
the one run from the Maven-built JAR file. See comments in the `build.gradle` for details.
@ -58,27 +58,15 @@ public class SpringApplicationContextLoader extends AbstractContextLoader {
@@ -58,27 +58,15 @@ public class SpringApplicationContextLoader extends AbstractContextLoader {
@ -86,9 +74,36 @@ public class SpringApplicationContextLoader extends AbstractContextLoader {
@@ -86,9 +74,36 @@ public class SpringApplicationContextLoader extends AbstractContextLoader {