The documentation for spring-cloud-consul has no mention of the deprecation of spring.cloud.consul.config.prefix in favor of spring.cloud.consul.config.prefixes. I had to do dig up the code to see if the new (plural) property is a YAML list or if it is a comma separated String. The documentation at the below URL should be updated with an explanation.
https://docs.spring.io/spring-cloud-consul/docs/current/reference/html/#customizing
The documentation for spring-cloud-consul has no mention of the deprecation of
spring.cloud.consul.config.prefixin favor ofspring.cloud.consul.config.prefixes. I had to do dig up the code to see if the new (plural) property is a YAML list or if it is a comma separated String. The documentation at the below URL should be updated with an explanation.https://docs.spring.io/spring-cloud-consul/docs/current/reference/html/#customizing