Hello!
I am using CAS 5.3.3 overlay, but got this error on application.properties.
It has: server.connection-timeout=PT20S, this is default but giving this error. What did I miss?
Binding to target org.springframework.boot.autoconfigure.web.ServerProperties@109952a1 failed:
Property: server.connectionTimeout
Value: PT20S
Reason: Failed to convert property value of type 'java.lang.String' to required type 'java.lang.Integer' for property 'connectionTimeout'; nested exception is org.springframework.core.convert.ConverterNotFoundException: No converter found capable of converting from type [java.lang.String] to type [java.lang.Integer]
Thanks!
Yan