diff --git a/spring-boot-samples/spring-boot-sample-actuator/src/main/resources/application.properties b/spring-boot-samples/spring-boot-sample-actuator/src/main/resources/application.properties index 3c784f29a1..66fe1fc226 100644 --- a/spring-boot-samples/spring-boot-sample-actuator/src/main/resources/application.properties +++ b/spring-boot-samples/spring-boot-sample-actuator/src/main/resources/application.properties @@ -1,7 +1,7 @@ logging.file: /tmp/logs/app.log management.port: 8080 management.address: 127.0.0.1 -management.allow_shutdown: true +endpoints.shutdown.enabled: true server.port: 8080 server.tomcat.basedir: target/tomcat server.tomcat.access_log_pattern: %h %t "%r" %s %b