diff --git a/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/main/resources/application.properties b/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/main/resources/application.properties index 77ecca4431..b41443e593 100644 --- a/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/main/resources/application.properties +++ b/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/main/resources/application.properties @@ -5,7 +5,6 @@ spring.security.user.password=password # logging.file.name=/tmp/logs/app.log # logging.level.org.springframework.security=DEBUG -management.server.address=127.0.0.1 management.endpoints.web.exposure.include=* management.endpoint.shutdown.enabled=true