I don't believe I'm doing anything funky, I'm simply using spring-cloud-consul with Brixton.M5 and I'm getting this error:
Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private
int org.springframework.cloud.util.InetUtilsProperties.timeoutSeconds; nested exception is
org.springframework.beans.TypeMismatchException: Failed to convert value of type [java.lang.String] to
required type [int]; nested exception is java.lang.NumberFormatException: For input string:
"${spring.util.timeout.sec:${SPRING_UTIL_TIMEOUT_SEC:1}}"
I don't believe I'm doing anything funky, I'm simply using spring-cloud-consul with Brixton.M5 and I'm getting this error: