Upgrade to boot 2.0.0.RC2
- Fix monitoring sample due to actuator changes in boot - Fixes #513
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -12,4 +12,5 @@ endpoints:
|
||||
management:
|
||||
endpoints:
|
||||
web:
|
||||
expose: "*"
|
||||
exposure:
|
||||
include: "*"
|
||||
|
||||
Reference in New Issue
Block a user