Fix actuator security in samples

Closes gh-7637
This commit is contained in:
Stephane Nicoll
2016-12-30 17:43:34 +01:00
parent 1f3de10101
commit a19a28062f
22 changed files with 32 additions and 88 deletions

View File

@@ -1,7 +1,9 @@
service.name: Phil
spring.metrics.export.redis.prefix: metrics.sample.${spring.metrics.export.aggregate.prefix}
spring.metrics.export.redis.key: keys.metrics.sample
spring.metrics.export.aggregate.prefix: ${random.value:0000}.${spring.application.name:application}
spring.metrics.export.aggregate.key-pattern: d
spring.jmx.default-domain: org.springframework.boot
management.security.enabled=false
service.name=Phil
spring.metrics.export.redis.prefix=metrics.sample.${spring.metrics.export.aggregate.prefix}
spring.metrics.export.redis.key=keys.metrics.sample
spring.metrics.export.aggregate.prefix=${random.value:0000}.${spring.application.name:application}
spring.metrics.export.aggregate.key-pattern=d
spring.jmx.default-domain=org.springframework.boot
spring.data.redis.repositories.enabled=false