Fix actuator sample for new shutdown property

This commit is contained in:
Dave Syer 2013-11-27 13:53:12 +00:00
parent 710dfaf9b2
commit 2f6f88e370

View File

@ -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