Upgrade to boot 2.0.0.RC2

- Fix monitoring sample due to actuator changes in boot
- Fixes #513
This commit is contained in:
jvalkeal
2018-02-22 08:51:51 +02:00
parent 12b5be0808
commit 0f6a3ce4c3
2 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
buildscript {
ext {
log4jVersion = '1.2.17'
springBootVersion = '2.0.0.RC1'
springBootVersion = '2.0.0.RC2'
eclipsePersistenceVersion = '2.1.1'
kryoVersion = '3.0.3'
springCloudClusterVersion = '1.0.2.RELEASE'

View File

@@ -12,4 +12,5 @@ endpoints:
management:
endpoints:
web:
expose: "*"
exposure:
include: "*"